mirror of https://github.com/MagicStack/uvloop.git
Minor edits
This commit is contained in:
parent
83ee1e37aa
commit
7ef3c18182
|
@ -79,7 +79,7 @@ To build uvloop, you'll need Python 3.5 or greater:
|
|||
$ git clone --recursive git@github.com:MagicStack/uvloop.git
|
||||
$ cd uvloop
|
||||
|
||||
2. Create a virtual environment and activate it, for example:
|
||||
2. Create a virtual environment and activate it:
|
||||
|
||||
.. code::
|
||||
|
||||
|
@ -96,7 +96,8 @@ To build uvloop, you'll need Python 3.5 or greater:
|
|||
|
||||
.. code::
|
||||
|
||||
$ make && make test
|
||||
$ make
|
||||
$ make test
|
||||
|
||||
|
||||
License
|
||||
|
|
Loading…
Reference in New Issue