summaryrefslogtreecommitdiff
path: root/doc/install.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-07-26 21:15:03 +0200
committerholger krekel <holger@merlinux.eu>2010-07-26 21:15:03 +0200
commit7c8f45ad2c8794610568aed12824c1f88613fec9 (patch)
tree789533a85d050c679083e7a00a79b35ca3cc7deb /doc/install.txt
parent7e3d466844ce7db7618f268facdd6ea73c7223f8 (diff)
downloadtox-7c8f45ad2c8794610568aed12824c1f88613fec9.tar.gz
remove trailing whitespace
Diffstat (limited to 'doc/install.txt')
-rw-r--r--doc/install.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/install.txt b/doc/install.txt
index 61b0be7..3e0fbad 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -1,48 +1,48 @@
-tox installation
+tox installation
==================================
.. note::
- tox is alpha software and may have crucial platform-specific
- or environment specific bugs. Use with care.
+ tox is alpha software and may have crucial platform-specific
+ or environment specific bugs. Use with care.
Install info in a nutshell
----------------------------------
-**Pythons**: 2.4, 2.5, 2.6, 2.7, 3.0, 3.1.x, Jython-2.5.1, PyPy-trunk
+**Pythons**: 2.4, 2.5, 2.6, 2.7, 3.0, 3.1.x, Jython-2.5.1, PyPy-trunk
-**Operating systems**: Linux, Windows, OSX, Unix
+**Operating systems**: Linux, Windows, OSX, Unix
**Installer Requirements**: setuptools_ or Distribute_
-**License**: GPLv2 or later
+**License**: GPLv2 or later
**hg repository**: http://code.google.com/p/pytox/source/checkout
-Installation with pip/easy_install
+Installation with pip/easy_install
--------------------------------------
Use one of the following commands::
- pip install tox
- easy_install tox
+ pip install tox
+ easy_install tox
-It is fine to install ``tox`` itself into a virtualenv_ environment.
+It is fine to install ``tox`` itself into a virtualenv_ environment.
-Install from Checkout
+Install from Checkout
-------------------------
-Consult the Google code page to get a checkout of the mercurial repository:
+Consult the Google code page to get a checkout of the mercurial repository:
http://code.google.com/p/pytox/source/checkout
To install in your environment perform::
- python setup.py install
-
+ python setup.py install
+
or to activate your checkout in your environment::
- python setup.py develop
+ python setup.py develop
so that you can do changes and submit patches.