Skip to content

Commit

Permalink
update wheel building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 4, 2024
1 parent 1cca9c0 commit 60d97e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,16 @@ even 2.0.
Python 3 is required.

### Creating wheels
First, make a virtual environment and install `cmake_build_extension` and `wheel`
into it:
First, make a virtual environment and install `build` into it:
```
python3 -m venv venv
source venv/bin/activate
pip install cmake_build_extension wheel
pip install build
```

Then build the wheel:
```
python setup.py bdist_wheel
python3 -m build
```

The resulting wheel will be in the `dist` directory.
Expand Down

0 comments on commit 60d97e7

Please sign in to comment.