Changes

Jump to navigation Jump to search
244 bytes added ,  10:02, 12 August 2015
Line 59: Line 59:  
This location may differ if you have installed Python somewhere else.
 
This location may differ if you have installed Python somewhere else.
   −
====Setuptools====
+
====Setuptools (easy_install)====
 
For package management with setuptools, install setuptools using the following command: <code style="background-color:#000; color:#fff; padding:1px 3px;">pip install -U setuptools</code>
 
For package management with setuptools, install setuptools using the following command: <code style="background-color:#000; color:#fff; padding:1px 3px;">pip install -U setuptools</code>
 +
 +
To install a package, simply execute the following command: <code style="background-color:#000; color:#fff; padding:1px 3px;">c:\easy_install PACKAGE_NAME</code><br/>
 +
Replace PACKAGE_NAME with the name of the package of choice.
    
===List of Python Packages===
 
===List of Python Packages===
733

edits

Navigation menu