Skip to content

Commit

Permalink
README: Change in install instructions
Browse files Browse the repository at this point in the history
`--no-build-isolation` doesn't seem to be needed.
  • Loading branch information
amritagos committed Aug 20, 2024
1 parent f242489 commit beea607
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 @@ -10,7 +10,7 @@ micromamba activate soluenv
rm -rf subprojects
git restore subprojects
meson setup build --wipe
pip install -e . --no-build-isolation
pip install -e . #--no-build-isolation
```

## Usage
Expand Down

0 comments on commit beea607

Please sign in to comment.