Minor edits

This commit is contained in:
Yury Selivanov 2019-01-11 12:11:18 -05:00
parent 83ee1e37aa
commit 7ef3c18182
1 changed files with 3 additions and 2 deletions

View File

@ -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