README: fix bug in which pywin32 was mentioned as easy_installable

This commit is contained in:
Zooko O'Whielacronx 2007-09-24 11:41:24 -07:00
parent 2ff4f30e64
commit 40ff59b21c
1 changed files with 8 additions and 8 deletions

16
README
View File

@ -185,8 +185,8 @@ Way, The Running-In-Place Way, and The Debian Way. Choose one:
Run 'python setup.py install'. This will compile and install the Tahoe code Run 'python setup.py install'. This will compile and install the Tahoe code
to the standard location for your operating system (on unix, that is to the standard location for your operating system (on unix, that is
somewhere inside /usr/lib/). It will also acquire and install the somewhere inside /usr/lib/). It will also acquire and install the
easy_install-able dependencies (zfec, foolscap, simplejson, nevow, and if easy_install-able dependencies (zfec, foolscap, simplejson, and nevow) to
on Windows pywin32) to the same place. the same place.
To install it to a non-standard location, learn about setuptools's To install it to a non-standard location, learn about setuptools's
"--single-version-externally-managed" flag, and visit "--single-version-externally-managed" flag, and visit
@ -201,8 +201,8 @@ Way, The Running-In-Place Way, and The Debian Way. Choose one:
'easy_install allmydata-tahoe' from any shell. That will download the most 'easy_install allmydata-tahoe' from any shell. That will download the most
recent Tahoe source tarball, unpack it in a temporary directory, install it recent Tahoe source tarball, unpack it in a temporary directory, install it
to the standard location, then download and install any easy_install-able to the standard location, then download and install any easy_install-able
dependencies that you need (zfec, foolscap, simplejson, nevow, and if on dependencies that you need (zfec, foolscap, simplejson, and nevow). (This
Windows pywin32). (This will work only if you already have the other -- will work only if you already have the other --
non-easy_install-able -- dependencies.) non-easy_install-able -- dependencies.)
The Running-In-Place Way: The Running-In-Place Way:
@ -215,10 +215,10 @@ Way, The Running-In-Place Way, and The Debian Way. Choose one:
"sys.path".) "sys.path".)
If you do not already have installed the easy_install-able dependencies If you do not already have installed the easy_install-able dependencies
(zfec, foolscap, simplejson, nevow, and if on Windows pywin32) then you can (zfec, foolscap, simplejson, and nevow) then you can install them into a
install them into a local subdirectory of the Tahoe source distribution by local subdirectory of the Tahoe source distribution by executing "make
executing "make build-deps". (The allmydata-tahoe script will discover them build-deps". (The allmydata-tahoe script will discover them and add them to
and add them to the "sys.path".) the "sys.path".)
The Debian Way: The Debian Way: