Difference between revisions of "SaF"

From Interaction Station Wiki
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 (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!
+
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 10: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: