Log in or register to vote.

setuptools

Download, build, install, upgrade, and uninstall Python packages -- easily!

===============================
Installing and Using Setuptools
===============================

.. contents:: **Table of Contents**

-------------------------
Installation Instructions
-------------------------

Windows
=======

Install setuptools using the provided ``.exe`` installer. If you've previously
installed older versions of setuptools, please delete all ``setuptools*.egg``
and ``setuptools.pth`` files from your system's ``site-packages`` directory
(and any other ``sys.path`` directories) FIRST.

If you are upgrading a previous version of setuptools that was installed using
an ``.exe`` installer, please be sure to also *uninstall that older version*
via your system's "Add/Remove Programs" feature, BEFORE installing the newer
version.

Once installation is complete, you will find an ``easy_install.exe`` program in
your ...

+3