summaryrefslogtreecommitdiff
path: root/doc/example
diff options
context:
space:
mode:
authorMartin Andrysík <andrysik.martin@gmail.com>2017-04-21 13:15:33 +0200
committerMartin Andrysík <andrysik.martin@gmail.com>2017-05-28 20:04:30 +0200
commit764c31ca7c6dc12b5bec54bc6cf3b55568e029c6 (patch)
tree766233a678ef156b3fef2449425643b9393d74b8 /doc/example
parent6f423c6e0d9991cc9ad64038b13bd50b8ae70326 (diff)
downloadtox-git-764c31ca7c6dc12b5bec54bc6cf3b55568e029c6.tar.gz
remove easy_install from documentation (issue #276)
Original issue text: AFAIK easy_install is deprecated. It confuses new users. Please remove it from this page: http://tox.readthedocs.org/en/latest/install.html
Diffstat (limited to 'doc/example')
-rw-r--r--doc/example/basic.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/example/basic.txt b/doc/example/basic.txt
index 643ad604..742944d9 100644
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -151,12 +151,7 @@ By default tox uses `pip`_ to install packages, both the
package-under-test and any dependencies you specify in ``tox.ini``.
You can fully customize tox's install-command through the
testenv-specific :confval:`install_command=ARGV` setting.
-For instance, to use ``easy_install`` instead of `pip`_::
-
- [testenv]
- install_command = easy_install {opts} {packages}
-
-Or to use pip's ``--find-links`` and ``--no-index`` options to specify
+For instance, to use pip's ``--find-links`` and ``--no-index`` options to specify
an alternative source for your dependencies::
[testenv]