Skip to content

Commit

Permalink
Merge pull request #69 from yurujaja/conda-isolation
Browse files Browse the repository at this point in the history
Install as nodep, no build isolation
  • Loading branch information
KerekesDavid authored Sep 27, 2024
2 parents a192e35 + aa43ef1 commit 7aa6e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ We provide several ways to install the dependencies.

pip install -r requirements.txt
```
**Then install the code repository as a package**
**Then install the code repository as a development package**
```
pip install -e .
pip install --no-build-isolation --no-deps -e .
```
Expand Down

0 comments on commit 7aa6e09

Please sign in to comment.