diff options
| author | Wichert Akkerman <wichert@wiggy.net> | 2014-04-08 21:01:43 +0200 |
|---|---|---|
| committer | Wichert Akkerman <wichert@wiggy.net> | 2014-04-08 21:01:43 +0200 |
| commit | cfaec8b63b271e141789244ad276d3045e00a2a8 (patch) | |
| tree | 71e5521afc544cbc5893b52ad770ce5ff2d42ba4 /docs/narr/i18n.rst | |
| parent | 98a99d726f8892376f69fba0fa6b99752972f1c8 (diff) | |
| download | pyramid-cfaec8b63b271e141789244ad276d3045e00a2a8.tar.gz pyramid-cfaec8b63b271e141789244ad276d3045e00a2a8.tar.bz2 pyramid-cfaec8b63b271e141789244ad276d3045e00a2a8.zip | |
Keep using easy_install.
Diffstat (limited to 'docs/narr/i18n.rst')
| -rw-r--r-- | docs/narr/i18n.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index 31b63664b..122f33130 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -288,7 +288,7 @@ like so: .. code-block:: text $ cd /my/virtualenv - $ $VENV/bin/pip install lingua + $ $VENV/bin/easy_install lingua Installation on Windows +++++++++++++++++++++++ @@ -306,7 +306,7 @@ lives in ``C:\my\virtualenv``, you can install Lingua like so: .. code-block:: text - C> %VENV%\Scripts\pip install lingua + C> %VENV%\Scripts\easy_install lingua .. index:: |
