We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e061c59 commit 93f48ffCopy full SHA for 93f48ff
1 file changed
README.rst
@@ -39,7 +39,7 @@ Development
39
40
Setup Dev Environment
41
---------------------
42
-1) `mkvirtualenv hcloud-python`
+1) `python3 -m venv venv && source venv/bin/activate`
43
44
2) `pip install -e .` or `pip install -e .[docs]` to be able to build docs
45
0 commit comments