diff options
author | pje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-08-22 03:28:27 +0000 |
---|---|---|
committer | pje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771> | 2005-08-22 03:28:27 +0000 |
commit | 1e90ff069b6416b579bcdfd1566ae093f221c072 (patch) | |
tree | 4cf731bcd44fefb98d7d6ffd77d331c5171a3707 /EasyInstall.txt | |
parent | e397a8e10d9d454c2ad8b9a7460501b5b91c4860 (diff) | |
download | python-setuptools-1e90ff069b6416b579bcdfd1566ae093f221c072.tar.gz |
More documentation enhancements.
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@41222 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-x | EasyInstall.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 1c1b0fc..e5e495c 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -28,11 +28,19 @@ Using "Easy Install" Installing "Easy Install" ------------------------- +If you are behind an NTLM-based firewall that prevents Python programs from +accessing the net directly, you may wish to first install and use the `APS +proxy server <http://ntlmaps.sf.net/>`_, which lets you get past such firewalls +in the same way that your web browser(s) do. + +If you do not have write access to your computer's ``site-packages`` directory, +please also see the section below on `Non-Root Installation`_ for more detailed +instructions on pre-configuring your system for the best usability with +EasyInstall, then return here for the remaining steps. + Download `ez_setup.py <http://peak.telecommunity.com/dist/ez_setup.py>`_, and run it; this will download and install the appropriate ``setuptools`` egg for -your Python version. (Note: if you do not have write access to your computer's -``site-packages`` directory, please see the section below on `Non-Root -Installation`_ for more detailed instructions.) +your Python version. You may receive a message telling you about an obsolete version of setuptools being present; if so, you must be sure to delete it entirely, along |