Skip to content

Commit 2d44cd6

Browse files
committed
Add warning note in README (as per https://github.com/justingdbyrne suggestion).
1 parent 5b64493 commit 2d44cd6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ that might suit you better.
2929
We have given the virtual environment folder the name `.venv`. Feel free
3030
to choose any other name that you might want.
3131

32+
---
33+
34+
Note: the above procedure might fail in some of the chapter folders, due
35+
to the presence of files that aren't meant to be run. If that is the case, you
36+
should choose another folder where to place your virtual environment. You can
37+
create one within the chapter folder itself, or place the virtual environment
38+
outside of the chapter folder altogether.
39+
40+
---
41+
3242
Next step is to activate the virtual environment:
3343

3444
$ source .venv/bin/activate

0 commit comments

Comments
 (0)