Skip to content

Commit

Permalink
Improve Python build instructions (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Dec 21, 2023
1 parent 8444a4d commit e6e70bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ cmake --install build --prefix pkgdir

Use the following instructions to build and install the Python library.
```
# Setup
pip install --user build
# Build
python -m build --wheel
Expand Down

0 comments on commit e6e70bd

Please sign in to comment.