Skip to content

Commit ea7ee27

Browse files
committed
Update installation instructions to include 'build' in dependency installation
1 parent 76c08b7 commit ea7ee27

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ Build the `nanobind` extensions by running the provided script:
4141
To create a distributable `.whl` file that includes the compiled `.pyd` extensions:
4242

4343
```bash
44-
python -m pip install --upgrade pip setuptools wheel
45-
python -m pip install scikit-build nanobind
44+
python -m pip install --upgrade pip setuptools wheel build nanobind scikit-build
4645
python -m build
4746
```
4847

0 commit comments

Comments
 (0)