2.4.2.1 Installation from source

  1. Unpack the distribution: (NOTE: You may have to download an "unzipping" utility)
    C:\> unzip numarray.zip 
    C:\> cd numarray
    
  2. Build it using the distutils defaults:
    C:\numarray> python setup.py install
    
    This installs numarray in C:\pythonXX where XX is the version number of your python installation, e.g. 20, 21, etc.