Python / Q&A · August 12, 2021 0

How to Install a Package on Pycharm

  1. On the top left corner, click file-settings or do ctrl+alt+s.
  2. Go to Python Interpreter.
  3. Click the plus sign that is near the bottom.
  4. Search up the package you want to install, like numpy or matplotlib.
  5. Click Install Package
  6. Wait until it is installed, and then you are done!