-->

Thursday, January 5, 2017

Installing Python Packages

Intent

How to install python packages in Pycharm, Canopy, and potentially more.

Pycharm

  1. Hit 'Ctrl+Alt+S' to open up settings
  2. Navigate to Project Interpreter

  1. Hit the + symbol and browse for packages

  1. PITFALL: Don't forget to upgrade packages. In this case, couldn't install matlib without upgrading pip

Canopy

  1. From the Enthought Canopy frontpage, select 'Project Manager'

  1. Use the search bar to find packages and upgrade them

No comments:

Post a Comment