diff options
| author | tarek <none@none> | 2009-08-05 22:17:36 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-05 22:17:36 +0200 |
| commit | 0497f929d4e5868d987a1a139a75e5e1fcfcdba0 (patch) | |
| tree | b5012b6ecd1f7eda8a874c4a420307bc852493b9 /README.txt | |
| parent | ec0118e53d7a36111e45c0f18efebebab4184872 (diff) | |
| download | python-setuptools-git-0497f929d4e5868d987a1a139a75e5e1fcfcdba0.tar.gz | |
bootstraping.py -> bootstrapping.py
--HG--
branch : distribute
extra : rebase_source : b54a39a7e7f17f3275d62d29da37de0776fb7ee3
Diffstat (limited to 'README.txt')
| -rwxr-xr-x | README.txt | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 ``bootstraping.py`` script provided online. +eggs distribution, or using the ``bootstrapping.py`` script provided online. -``bootstraping.py`` is the simplest and preferred way on all systems. +``bootstrapping.py`` is the simplest and preferred way on all systems. -bootstraping.py -=============== +bootstrapping.py +================ -Download ``bootstraping.py`` and execute it, using the Python interpreter of +Download ``bootstrapping.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/bootstraping.py - $ python bootstraping.py + $ wget http://bitbucket.org/tarek/distribute/downloads/bootstrapping.py + $ python bootstrapping.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 ``bootstraping.py`` method, that will +sh-based shells. Instead, use the ``bootstrapping.py`` method, that will download the egg for you, then install the egg. --------------------------- |
