Skip to content

Commit

Permalink
updated readme to use newer method of passing flags to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
landrumb authored and dcdehaas committed Sep 26, 2024
1 parent 7528bfc commit 4e87fd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Or for development you can install the folder with pip:
```
python3 -m venv /path/to/MyEnv
source /path/to/MyEnv/bin/activate
pip install --config-settings="--build-setting=--copy-bins" -v -e .
```
For older versions of pip, you may need to use the below pip command instead:
```
pip install --install-option="--copy-bins" -v -e .
```

Expand Down

0 comments on commit 4e87fd7

Please sign in to comment.