aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-08-04 11:02:01 +0200
committertarek <none@none>2009-08-04 11:02:01 +0200
commit9fe6021cb2c6da3d0af28da0311033ce008765ad (patch)
tree0e7e7f26880d30ee94626c460da5166cec03bf73 /README.txt
parenta227478f733dc6d7013c1985c36c83639f4392ce (diff)
downloadexternal_python_setuptools-9fe6021cb2c6da3d0af28da0311033ce008765ad.tar.gz
external_python_setuptools-9fe6021cb2c6da3d0af28da0311033ce008765ad.tar.bz2
external_python_setuptools-9fe6021cb2c6da3d0af28da0311033ce008765ad.zip
renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filename
--HG-- branch : distribute extra : rebase_source : b784247763e9f8814d70ba9ffcf07ceab02a3ba4
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.txt b/README.txt
index 5b3af7a4..d4f8fbea 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 ``bootstrap.py`` script provided online.
+eggs distribution, or using the ``bootstraping.py`` script provided online.
-``bootstrap.py`` is the simplest and preferred way on all systems.
+``bootstraping.py`` is the simplest and preferred way on all systems.
-bootstrap.py
-============
+bootstraping.py
+===============
-Download ``bootstrap.py`` and execute it, using the Python interpreter of
+Download ``bootstraping.py`` and execute it, using the Python interpreter of
your choice.
If your shell has the `wget` programm you can do::
- $ wget http://bitbucket.org/tarek/distribute/downloads/bootstrap.py
- $ python bootstrap.py
+ $ wget http://bitbucket.org/tarek/distribute/downloads/bootstraping.py
+ $ python bootstraping.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 ``bootstrap.py`` method, that will
+sh-based shells. Instead, use the ``bootstraping.py`` method, that will
download the egg for you, then install the egg.
---------------------------