summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-08-08 21:10:11 +0200
committertarek <none@none>2009-08-08 21:10:11 +0200
commit96f2536dcc1056dffa72f0877f1683b6633440f0 (patch)
tree19b9e79451aca738677aa72cf67a444a97be61c6 /README.txt
parentdef1a4f577242d326a93268c2851e2b3f48c5329 (diff)
downloadpython-setuptools-git-96f2536dcc1056dffa72f0877f1683b6633440f0.tar.gz
bootstrapping.py -> distribute_setup.py
--HG-- branch : distribute extra : rebase_source : 4e57a0bc1a8bea73bc8ed0f102d0e0907c554235
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.txt b/README.txt
index a0793028..375a329c 100755
--- a/README.txt
+++ b/README.txt
@@ -40,20 +40,20 @@ are available at the PyPI page and here :
http://bitbucket.org/tarek/distribute/downloads.
It can be installed using easy_install or pip, with the source tarball, with the
-eggs distribution, or using the ``bootstrapping.py`` script provided online.
+eggs distribution, or using the ``distribute_setup.py`` script provided online.
-``bootstrapping.py`` is the simplest and preferred way on all systems.
+``distribute_setup.py`` is the simplest and preferred way on all systems.
-bootstrapping.py
-================
+distribute_setup.py
+===================
-Download ``bootstrapping.py`` and execute it, using the Python interpreter of
+Download ``distribute_setup.py`` and execute it, using the Python interpreter of
your choice.
-If your shell has the `wget` programm you can do::
+If your shell has the `wget` program you can do::
- $ wget http://bitbucket.org/tarek/distribute/downloads/bootstrapping.py
- $ python bootstrapping.py
+ $ wget http://bitbucket.org/tarek/distribute/downloads/distribute_setup.py
+ $ python distribute_setup.py
easy_install or pip
===================
@@ -117,7 +117,7 @@ Windows
-------
Don't install Distribute trying to execute the egg, because it's aimed to
-sh-based shells. Instead, use the ``bootstrapping.py`` method, that will
+sh-based shells. Instead, use the ``distribute_setup.py`` method, that will
download the egg for you, then install the egg.
---------------------------