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>
11
11
[< a href ="{{ pathto('changelog') }} "> Changes</ a > ]</ p >
12
12
< p > Get execnet from the < a href ="http://pypi.python.org/pypi/execnet "> Python Package
13
13
Index</ a > , or install it with:</ p >
14
- < pre > easy_install -U execnet</ pre >
14
+ < pre > pip install -U execnet</ pre >
15
15
{% endif %}
16
16
17
17
< h3 > Questions? Suggestions?</ h3 >
Original file line number Diff line number Diff line change 1
1
Info in a nutshell
2
2
====================
3
3
4
- **Pythons **: 2.7, 3.4+, Jython-2.5.1, PyPy-1.2
4
+ **Pythons **: 2.7, 3.4+, PyPy 2 & 3
5
5
6
6
**Operating systems **: Linux, Windows, OSX, Unix
7
7
8
- **Requirements **: plain distutils, setuptools _ or Distribute _
9
-
10
- **Installers **: easy_install _ and pip _ or distutils
11
-
12
8
**Distribution names **:
13
9
14
10
* PyPI name: ``execnet ``
@@ -21,19 +17,10 @@ Info in a nutshell
21
17
Installation
22
18
====================
23
19
24
- Install a public `pypi release `_ via `easy_install `_ or pip _::
25
-
26
- easy_install -U execnet
27
-
28
- or
20
+ Install via pip _::
29
21
30
22
pip install execnet
31
23
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
-
37
24
Next checkout the basic api and examples:
38
25
39
26
.. toctree ::
@@ -43,7 +30,6 @@ Next checkout the basic api and examples:
43
30
basics
44
31
changelog
45
32
46
- .. _`easy_install` : http://peak.telecommunity.com/DevCenter/EasyInstall
47
33
.. _pip : http://pypi.python.org/pypi/pip
48
34
.. _`github repository` : https://github.com/pytest-dev/execnet
49
35
.. _`execnet git repository` : https://github.com/pytest-dev/execnet
You can’t perform that action at this time.
0 commit comments