From b34f3c03efe617635791e9126689b7b082bb8684 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Thu, 3 Apr 2025 12:23:57 +0100 Subject: [PATCH] docs: add instructions for virtual environments --- README.md | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) 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