We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b64493 commit 2d44cd6Copy full SHA for 2d44cd6
README.md
@@ -29,6 +29,16 @@ that might suit you better.
29
We have given the virtual environment folder the name `.venv`. Feel free
30
to choose any other name that you might want.
31
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
42
Next step is to activate the virtual environment:
43
44
$ source .venv/bin/activate
0 commit comments