...
- Click the New drop-down menu at the top right corner and then choose Terminal.
In the new browser tab with terminal access, type the following command and press enter:
Make sure to add --user option, which allows you to install the package in your local environment. Not doing so will return a permission error.Code Block pippip3 install --user PACKAGE_NAME_1,upgrade PACKAGE_NAME_2, ...
- Check if the packages have package has been successfully installed.
- Close the tab.
...