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
f49e8413
Commit
f49e8413
authored
Mar 05, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove reference to --pre and update pip requirement. [skip ci]
parent
cb98a0c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
README.rst
README.rst
+3
-6
doc/intro.rst
doc/intro.rst
+1
-3
No files found.
README.rst
View file @
f49e8413
...
...
@@ -32,14 +32,11 @@ Gevent runs on Python >= 2.6, Python >= 3.3, or PyPy >= 4.0.1
platforms, installing setuptools is recommended (this is done
automatically if working in a virtual environment).
While gevent v1.1 is not yet released, it has release candidates which are
currently considered quite stable, with many bugfixes over v1.0.
v1.1 is also necessary if you are running OS X 10.11 and/or Python 3.
To install one of these release candidates, you can run::
You can use pip to install gevent::
pip install
--pre
gevent
pip install gevent
.. tip::
On Windows, you need Pip 8.0 or later to install the binary wheel
.
.. tip::
You need Pip 8.0 or later to install the binary wheels for 1.1
.
Download the latest release from `Python Package Index`_ or clone `the repository`_.
...
...
doc/intro.rst
View file @
f49e8413
...
...
@@ -37,7 +37,7 @@ strongly recommended. On PyPy, there are no external dependencies.
gevent and greenlet can both be installed with `pip`_, e.g., ``pip
install gevent``. On Windows and OS X, both gevent and greenlet are
distributed as binary `wheels`_, so no C compiler is required (so long
as pip is at least version
1.4
). On Linux or for Mac OS X variants
as pip is at least version
8.0
). On Linux or for Mac OS X variants
without pre-built wheels or if wheel installation is disabled, a C compiler
(Xcode on OS X) and the Python development package are required.
`cffi`_ can optionally be installed to build the CFFI backend in
...
...
@@ -53,8 +53,6 @@ addition to the Cython backend on CPython.
another directory. See :issue:`570` and :issue:`612` for
examples.
.. tip:: On Windows, you need Pip 8.0 or later to install the binary wheels.
Development instructions can be found `on PyPI <https://pypi.python.org/pypi/gevent#development>`_.
__ http://pypi.python.org/pypi/greenlet
...
...
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