Skip to content

Commit 93f48ff

Browse files
authored
docs: use venv for the dev setup (#196)
1 parent e061c59 commit 93f48ff

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
@@ -39,7 +39,7 @@ Development
3939

4040
Setup Dev Environment
4141
---------------------
42-
1) `mkvirtualenv hcloud-python`
42+
1) `python3 -m venv venv && source venv/bin/activate`
4343

4444
2) `pip install -e .` or `pip install -e .[docs]` to be able to build docs
4545

0 commit comments

Comments
 (0)