Skip to content

Commit 6ed8757

Browse files
martyanov1st1
authored andcommitted
Simplify venv creation procedure. (#96)
1 parent 81ba9ba commit 6ed8757

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/dev/index.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ To build `uvloop`, you'll need ``Cython`` and Python 3.5.
3939
.. code-block:: console
4040
4141
$ python3 -m venv myvenv
42-
$ cd myvenv
43-
$ source bin/activate
44-
$ cd ..
42+
$ source myvenv/bin/activate
4543
4644
Install Cython if not already present.
4745

0 commit comments

Comments
 (0)