From beb167e72c571a4080de6e571a7a20bda0976868 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Mar 2021 11:42:06 +0300 Subject: README: Add note on how to force install things in venv --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a24153..67ae5af 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ virtualenv --python python3 venv 3. Install the required packages ```bash -pip install -r requirements.txt +# The --ignore-installed flag forces packages to +# get installed in the venv even if they existed +# in the global env +pip install -r requirements.txt --ignore-installed ``` #### Using guix -- cgit v1.2.3