From 19a410f9002a686a942ec1fe48cc56288c35815e Mon Sep 17 00:00:00 2001 From: Michael Grupp Date: Fri, 10 May 2024 17:12:24 +0200 Subject: [PATCH] Update install_in_virtualenv.md --- doc/install_in_virtualenv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install_in_virtualenv.md b/doc/install_in_virtualenv.md index 2a9f701..895e41d 100644 --- a/doc/install_in_virtualenv.md +++ b/doc/install_in_virtualenv.md @@ -46,11 +46,11 @@ workon evaluation Install evo and its dependencies inside the virtual environment: ```shell -pip install evo +pip install --ignore-installed evo # or alternatively from source: cd # go to evo base source folder that contains pyproject.toml -pip install --editable . +pip install --ignore-installed --editable . ``` Now, the package should be installed in the virtualenv and you can use it.