User Tools

Site Tools


Sidebar


Wiki

Info / Resources

Guides

Software

Sample Pages

Quick Navigation

setup:easy_install

This is an old revision of the document!


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.1413648318.txt.gz · Last modified: 1998/12/03 12:11 (external edit)