Skip to content

Commit 967b205

Browse files
author
Dan
committed
Updated readme. Updated setup.py
1 parent 94c58dd commit 967b205

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ Installation
2626

2727
pip install parallel-ssh
2828

29-
As of version ``0.93.0`` pip versions >= ``6.0.0`` are required for Python 2.6 compatibility. This limitation will be removed in ``1.0.0`` release which will drop ``2.6`` support.
29+
As of version ``0.93.0`` pip version >= ``6.0.0`` is required for Python 2.6 compatibility. This limitation will be removed in ``1.0.0`` release which will drop ``2.6`` support.
30+
31+
To upgrade pip and setuptools run the following - use of ``virtualenv`` is recommended so as not to override system provided packages::
32+
33+
pip install -U pip setuptools
34+
pip install parallel-ssh
3035

3136
*************
3237
Usage Example

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
packages=find_packages('.', exclude=(
3333
'embedded_server', 'embedded_server.*')),
3434
install_requires=['paramiko', 'gevent'],
35-
extras_require={':python_version < "3"': ['gevent<=1.1'],
36-
':python_version >= "3"': ['gevent>=1.1'],
37-
},
3835
classifiers=[
3936
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
4037
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)