Skip to content

Commit 35dbb5a

Browse files
authored
Docs: use pip for installation (#105)
Docs: use pip for installation
2 parents 9ea9255 + 9b9fd90 commit 35dbb5a

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

doc/_templates/indexsidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
Index</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>

doc/install.rst

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
Info 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
2117
Installation
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-
3724
Next 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

0 commit comments

Comments
 (0)