Changes between Version 3 and Version 4 of Win32Build


Ignore:
Timestamp:
Mar 16, 2012 6:09:05 AM (12 years ago)
Author:
robert-whitley
Comment:

Add first example of how to install python package

Legend:

Unmodified
Added
Removed
Modified
  • Win32Build

    v3 v4  
    2323 
    2424== Install other external packages == 
     25- Some packages don't come in a friendly .exe file. To install these you will have to use the command terminal. There are two examples below of how to install. (The example installs periodictable using Python 2.6). The first shows what to do if you've  managed to set up the correct environment variables and the version of python been displayed is the correct one. The second example shows how to force the install to use a certain python version. 
     26 
     27{{{ 
     28c:\>python --version 
     29Python 2.6 
     30 
     31c:\>cd C:\Users\rqh12525\Desktop\Periodic table\periodictable-1.3.0 
     32 
     33C:\Users\rqh12525\Desktop\Periodic table\periodictable-1.3.0>python setup.py --install 
     34}}} 
     35 
    2536- There are several external packages that need to be installed. 
    2637