Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
5e1aab55
Commit
5e1aab55
authored
May 15, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document setuptools version needed for source installs. [skip ci]
Refs #1207 and #1209.
parent
e995d16f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
README.rst
README.rst
+8
-0
doc/intro.rst
doc/intro.rst
+9
-1
No files found.
README.rst
View file @
5e1aab55
...
...
@@ -45,6 +45,14 @@ You can use pip to install gevent::
.. tip:: You need to install from source, not the manylinux wheels, to
use the libuv backend.
.. tip::
gevent uses :pep:`496` environment markers in ``setup.py``.
Consequently, you'll need a version of setuptools newer than 25
(mid 2016) to install gevent from source. Older versions of pipenv
may also `have issues installing gevent for this reason
<https://github.com/pypa/pipenv/issues/2113>`_.
Download the latest release from `Python Package Index`_ or clone `the repository`_.
Read the documentation online at http://www.gevent.org. Additional
...
...
doc/intro.rst
View file @
5e1aab55
...
...
@@ -45,6 +45,14 @@ libuv backend.
distributed wheels does not support libuv. The `cffi`_ library
*must* be installed at build time.
.. note::
gevent uses :pep:`496` environment markers in ``setup.py``.
Consequently, you'll need a version of setuptools newer than 25
(mid 2016) to install gevent from source. Older versions of pipenv
may also `have issues installing gevent for this reason
<https://github.com/pypa/pipenv/issues/2113>`_.
The `psutil <https://pypi.org/project/psutil>`_ library is needed to
monitor memory usage.
...
...
@@ -58,7 +66,7 @@ new pure-Python resolver, and on Python 2, so is `idna
``dnspython`` extra.
Development instructions (including building from a source checkout)
can be found `on PyPI <https://pypi.
python.org/pypi
/gevent#development>`_.
can be found `on PyPI <https://pypi.
org/project
/gevent#development>`_.
__ http://pypi.python.org/pypi/greenlet
.. _`pip`: https://pip.pypa.io/en/stable/installing/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment