SaF

From Interaction Station Wiki
Revision as of 22:21, 26 March 2015 by Lidia (talk | contribs)
Jump to navigation Jump to search

1. Installing Pip (package management system recommended for installing Python packages) -> Click here

2. Installing all the libraries you need (after installing pip). On your command line, enter "sudo pip install nameOfpackage". To verify if a package is previously install, type enter "python" on your command line. Then enter "import nameOfpackage". If no error messages are displayed, congratulations, the package is installed!

Some useful links for the Python libraries used during the workshop: