Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ that might suit you better.
We have given the virtual environment folder the name `.venv`. Feel free
to choose any other name that you might want.

---

Note: the above procedure might fail in some of the chapter folders, due
to the presence of files that aren't meant to be run. If that is the case, you
should choose another folder where to place your virtual environment. You can
create one within the chapter folder itself, or place the virtual environment
outside of the chapter folder altogether.

---

Next step is to activate the virtual environment:

$ source .venv/bin/activate
Expand Down