Skip to content

Commit 5b77fc4

Browse files
karolpawlowskihjwp
authored andcommitted
Wrong path in venv creation line
1 parent 73dae3f commit 5b77fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ make all # builds, brings containers up, runs tests
3636
## Creating a local virtualenv (optional)
3737

3838
```sh
39-
python3.8 -m venv .venv && source ./venv/bin/activate # or however you like to create virtualenvs
39+
python3.8 -m venv .venv && source .venv/bin/activate # or however you like to create virtualenvs
4040

4141
# for chapter 1
4242
pip install pytest

0 commit comments

Comments
 (0)