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 33c5eb5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,23 +205,22 @@ 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
python -m build
```

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

> If OpenSSL is in a non-standard location make sure to set `OPENSSL_ROOT_DIR`
> when calling `setup.py`, see above for more information.
> If OpenSSL is in a non-standard location make sure to set `OPENSSL_ROOT_DIR`;
> see above for more information.
## Other S2 implementations

Expand Down

0 comments on commit 33c5eb5

Please sign in to comment.