Difference between revisions of "SaF"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
1. Installing Pip (package management system recommended for installing Python packages) -> [https://pip.pypa.io/en/latest/installing.html Click here] | 1. Installing Pip (package management system recommended for installing Python packages) -> [https://pip.pypa.io/en/latest/installing.html Click here] | ||
− | 2. Installing all the libraries you need | + | 2. Installing all the libraries you need . After having installed pip,enter "sudo pip install nameOfpackage" in your command line. To verify if a package is previously installed, 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: | Some useful links for the Python libraries used during the workshop: |
Revision as of 09:48, 27 March 2015
1. Installing Pip (package management system recommended for installing Python packages) -> Click here
2. Installing all the libraries you need . After having installed pip,enter "sudo pip install nameOfpackage" in your command line. To verify if a package is previously installed, 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: