Skip to content

Commit fdd8eff

Browse files
authored
Update README.rst - fix venv command
1 parent cdeb13f commit fdd8eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Now lets get that installed inside a virtual environment:
1717

1818
.. code::
1919
20-
python3 -m virtualenv .venv
20+
python3 -m venv .venv
2121
source .venv/bin/activate
2222
pip install -U .
2323

0 commit comments

Comments
 (0)