Difference between revisions of "SaF"

From Interaction Station Wiki
Jump to navigation Jump to search
(Created page with "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 l...")
 
Line 1: Line 1:
 +
<div style='width:70%'>
 
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]
  
Line 9: Line 10:
 
*https://docs.python.org/2/library/urllib2.html
 
*https://docs.python.org/2/library/urllib2.html
 
*http://pymotw.com/2/urlparse/
 
*http://pymotw.com/2/urlparse/
 +
</div>

Revision as of 22:21, 26 March 2015

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: