From Evernote: |
Installing Modules In Python |
A miscellaneous command that I always seem to forget….An easy way to install modules in Python is through pip
easy_install pip (if not installed already)
pip install numpy
pip install matplotlib