Skip to content
Snippets Groups Projects
Commit 3f456003 authored by Eric Larson's avatar Eric Larson
Browse files

DOC: Document other required options

parent e27dd7bf
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ as it would be normally and then the generated `setup.py` file used to create
the wheel.
```sh
cmake -GNinja -DVTK_WHEEL_BUILD=ON path/to/vtk/source
cmake -GNinja -DVTK_WHEEL_BUILD=ON -DVTK_PYTHON_VERSION=3 -DVTK_WRAP_PYTHON=ON path/to/vtk/source
ninja
python3 setup.py bdist_wheel
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment