Simplify venv creation procedure. (#96)

This commit is contained in:
Andrey Martyanov 2017-11-10 19:23:05 +02:00 committed by Yury Selivanov
parent 81ba9ba16e
commit 6ed8757eb0
1 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,7 @@ To build `uvloop`, you'll need ``Cython`` and Python 3.5.
.. code-block:: console .. code-block:: console
$ python3 -m venv myvenv $ python3 -m venv myvenv
$ cd myvenv $ source myvenv/bin/activate
$ source bin/activate
$ cd ..
Install Cython if not already present. Install Cython if not already present.