Skip to content

Commit deb2cf9

Browse files
authored
Fix Python version in README.rst (#599)
1 parent c8531c2 commit deb2cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To build uvloop, you'll need Python 3.8 or greater:
109109

110110
.. code::
111111
112-
$ python3.7 -m venv uvloop-dev
112+
$ python3 -m venv uvloop-dev
113113
$ source uvloop-dev/bin/activate
114114
115115
3. Install development dependencies:

0 commit comments

Comments
 (0)