File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h3>Download</h3>
1111[< a href ="{{ pathto('changelog') }} "> Changes</ a > ]</ p >
1212< p > Get execnet from the < a href ="http://pypi.python.org/pypi/execnet "> Python Package
1313Index</ a > , or install it with:</ p >
14- < pre > easy_install -U execnet</ pre >
14+ < pre > pip install -U execnet</ pre >
1515{% endif %}
1616
1717< h3 > Questions? Suggestions?</ h3 >
Original file line number Diff line number Diff line change 11Info in a nutshell
22====================
33
4- **Pythons **: 2.7, 3.4+, Jython-2.5.1, PyPy-1.2
4+ **Pythons **: 2.7, 3.4+, PyPy 2 & 3
55
66**Operating systems **: Linux, Windows, OSX, Unix
77
8- **Requirements **: plain distutils, setuptools _ or Distribute _
9-
10- **Installers **: easy_install _ and pip _ or distutils
11-
128**Distribution names **:
139
1410* PyPI name: ``execnet ``
@@ -21,19 +17,10 @@ Info in a nutshell
2117Installation
2218====================
2319
24- Install a public `pypi release `_ via `easy_install `_ or pip _::
25-
26- easy_install -U execnet
27-
28- or
20+ Install via pip _::
2921
3022 pip install execnet
3123
32- or
33-
34- git clone https://github.com/pytest-dev/execnet.git
35- python setup.py install # or 'develop' or add checkout path to PYTHONPATH
36-
3724Next checkout the basic api and examples:
3825
3926.. toctree ::
@@ -43,7 +30,6 @@ Next checkout the basic api and examples:
4330 basics
4431 changelog
4532
46- .. _`easy_install` : http://peak.telecommunity.com/DevCenter/EasyInstall
4733.. _pip : http://pypi.python.org/pypi/pip
4834.. _`github repository` : https://github.com/pytest-dev/execnet
4935.. _`execnet git repository` : https://github.com/pytest-dev/execnet
You can’t perform that action at this time.
0 commit comments