diff --git a/README.md b/README.md index 9b7695a..f2b0097 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ configuration file `~/.config/pip/pip.conf` (FreeBSD, Linux) or user = yes ``` +To install packages in a virtual environment in the aprendizations directory: + +```sh +python3 -m venv .venv # in the aprendizations directory +source .venv/bin/activate # activate the virtual environment +``` + ### Install aprendizations ```sh -- libgit2 0.21.2