homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tautology
Recipients
Date 2007年01月02日.16:36:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Might as well also deal with section 1.2 as well. http://docs.python.org/inst/trivial-install.html#new-standard says:
"""
Additionally, the distribution will contain a setup script setup.py, and a file named README.txt or possibly just README, which should explain that building and installing the module distribution is a simple matter of running
python setup.py install
If all these things are true, then you already know how to build and install the modules you've just downloaded: Run the command above. Unless you need to install things in a non-standard way or customize the build process, you don't really need this manual. Or rather, the above command is everything you need to get out of this manual. 
"""
Could be changed to:
"""
Additionally, the distribution will contain a setup script setup.py, and a file named README.txt or possibly just README, which should explain that building and installing the module distribution is a simple matter of running
python setup.py install
On Windows the above command should be modified to:
setup.py install
If all these things are true, then you already know how to build and install the modules you've just downloaded: Run the command above. Unless you need to install things in a non-standard way or customize the build process, you don't really need this manual. Or rather, the above command is everything you need to get out of this manual. 
"""
History
Date User Action Args
2008年01月20日 09:59:09adminlinkissue1626300 messages
2008年01月20日 09:59:09admincreate

AltStyle によって変換されたページ (->オリジナル) /