mirror of https://github.com/MagicStack/uvloop.git
Fix Python version in README.rst (#599)
This commit is contained in:
parent
c8531c2431
commit
deb2cf9d65
|
@ -109,7 +109,7 @@ To build uvloop, you'll need Python 3.8 or greater:
|
|||
|
||||
.. code::
|
||||
|
||||
$ python3.7 -m venv uvloop-dev
|
||||
$ python3 -m venv uvloop-dev
|
||||
$ source uvloop-dev/bin/activate
|
||||
|
||||
3. Install development dependencies:
|
||||
|
|
Loading…
Reference in New Issue