Skip to content

Commit

Permalink
docs: use venv for the dev setup (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jun 16, 2023
1 parent e061c59 commit 93f48ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Development

Setup Dev Environment
---------------------
1) `mkvirtualenv hcloud-python`
1) `python3 -m venv venv && source venv/bin/activate`

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

Expand Down

0 comments on commit 93f48ff

Please sign in to comment.