[svn r57689] mentioning "-U" switch.

--HG--
branch : trunk
This commit is contained in:
hpk 2008-08-29 20:55:42 +02:00
parent 937b13c710
commit d9f3c868e8
1 changed files with 12 additions and 6 deletions

View File

@ -5,12 +5,18 @@
With a working `setuptools installation`_ you can install from the command line:: With a working `setuptools installation`_ you can install from the command line::
easy_install py easy_install -U py
to get the latest release of the py lib. On non-Windows systems you will to get the latest release of the py lib. The ``-U`` switch
need a working C-compiler in order to successfully complete this step. will trigger an upgrade if you already have an older version installed.
The py lib and its tools are expected to work well on Linux, Windows The py lib and its tools are expected to work well on Linux,
and OSX, Python versions 2.3, 2.4, 2.5 and 2.6. Windows and OSX, Python versions 2.3, 2.4, 2.5 and 2.6.
Note that we provide binary eggs for Windows machines - on
non-Windows systems you need a working C-compiler in order to
install the full py lib. If you don't have a compiler available
you can still install the py lib but without greenlets - look
below for the ``install_lib`` target.
**IMPORTANT NOTE**: if you are using Windows and have previous **IMPORTANT NOTE**: if you are using Windows and have previous
installations of the py lib on your system, please download installations of the py lib on your system, please download
@ -37,7 +43,7 @@ If you don't have a working C-compiler you can do::
python setup.py install_lib python setup.py install_lib
You will then not be able to use greenlets but otherwise You will then not be able to use greenlets but otherwise
should be fine. ``py.test`` and all tools and APIs are fine to use.
Installing from subversion / develop mode Installing from subversion / develop mode
============================================ ============================================