User Tools

Site Tools


Sidebar


Wiki

Info / Resources

Guides

Software

Sample Pages

Quick Navigation

setup:easy_install

Easy_Install for Python

Python packages can be installed easily by using easy_install.

Download

Download setuptools package of Python.

Windows

Usage

Windows

After downloading setuptools, find the directory that has setuptools.exe in it. It is usually under C:/Python27/Scripts.

Open cmd.exe from Start Menu and enter the directory
cd C:/Python27/Scripts
Now you can install Python packages by typing 'easy_install package_name' for instance
easy_install coinor.grumpy
easy_install numpy
etc..

setup/easy_install.txt · Last modified: 1998/12/03 12:11 (external edit)