summaryrefslogtreecommitdiff
path: root/doc/install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.txt')
-rw-r--r--doc/install.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/doc/install.txt b/doc/install.txt
deleted file mode 100644
index 982cefb..0000000
--- a/doc/install.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-tox installation
-==================================
-
-Install info in a nutshell
-----------------------------------
-
-**Pythons**: CPython 2.6-3.5, Jython-2.5.1, pypy-1.9ff
-
-**Operating systems**: Linux, Windows, OSX, Unix
-
-**Installer Requirements**: setuptools_
-
-**License**: MIT license
-
-**hg repository**: https://bitbucket.org/hpk42/tox
-
-Installation with pip/easy_install
---------------------------------------
-
-Use one of the following commands::
-
- pip install tox
- easy_install tox
-
-It is fine to install ``tox`` itself into a virtualenv_ environment.
-
-Install from Checkout
--------------------------
-
-Consult the Bitbucket page to get a checkout of the mercurial repository:
-
- https://bitbucket.org/hpk42/tox
-
-and then install in your environment with something like::
-
- python setup.py install
-
-or just activate your checkout in your environment like this::
-
- python setup.py develop
-
-so that you can do changes and submit patches.
-
-.. include:: links.txt