Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click the New drop-down menu at the top right corner and then choose Terminal.
  2. In the new browser tab with terminal access, type the following command and press enter:

    Code Block
    pippip3 install --user PACKAGE_NAME_1,upgrade PACKAGE_NAME_2, ...
    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. 


  3. Check if the packages have package has been successfully installed.
  4. Close the tab.

...