From 6ed8757eb01b732f5ec9ab133d31049fae30597c Mon Sep 17 00:00:00 2001 From: Andrey Martyanov Date: Fri, 10 Nov 2017 19:23:05 +0200 Subject: [PATCH] Simplify venv creation procedure. (#96) --- docs/dev/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/dev/index.rst b/docs/dev/index.rst index 7080525..3ecf14a 100644 --- a/docs/dev/index.rst +++ b/docs/dev/index.rst @@ -39,9 +39,7 @@ To build `uvloop`, you'll need ``Cython`` and Python 3.5. .. code-block:: console $ python3 -m venv myvenv - $ cd myvenv - $ source bin/activate - $ cd .. + $ source myvenv/bin/activate Install Cython if not already present.