Skip to content

Commit

Permalink
docs: recommend safer pip install
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
espy and jaimergp authored Jun 26, 2024
1 parent 667e1c0 commit 726de59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 726de59

Please sign in to comment.