From 726de59897af195b45237cd908ac3343558b48dc Mon Sep 17 00:00:00 2001 From: Alex Feyerke Date: Wed, 26 Jun 2024 10:23:49 +0200 Subject: [PATCH] docs: recommend safer pip install Co-authored-by: jaimergp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 962c8b1a2..91dd14389 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Then activate the environment, check that it works and install the dependencies: $ conda activate conda-smithy $ which python # ☝️ should now point to an environment-specific python -$ python -m pip install . +$ python -m pip install -e . --no-deps ``` You might want to switch Python versions, for example if you wish to exactly replicate a CI issue locally. To do that: