README: Fix markup

This commit is contained in:
Yury Selivanov 2016-05-03 21:13:43 -04:00
parent 3283755b38
commit ca6c961f92
1 changed files with 7 additions and 7 deletions

View File

@ -35,14 +35,14 @@ manually, using::
Development of uvloop Development of uvloop
--------------------- ---------------------
To build uvloop, you'll need `Cython` and Python 3.5. The best way To build uvloop, you'll need ``Cython`` and Python 3.5. The best way
is to create a virtual env, so that you'll have `cython` and `python` is to create a virtual env, so that you'll have ``cython`` and
commands pointing to the correct tools. ``python`` commands pointing to the correct tools.
1. `git clone --recursive git@github.com:MagicStack/uvloop.git` 1. ``git clone --recursive git@github.com:MagicStack/uvloop.git``
2. `cd uvloop` 2. ``cd uvloop``
3. `make` 3. ``make``
4. `make test` 4. ``make test``