-
Notifications
You must be signed in to change notification settings - Fork 1
0.Installation
edimetia3d edited this page Nov 6, 2023
·
1 revision
python3 -m pip install pybind11-weaver
git clone https://github.com/edimetia3d/pybind11_weaver
python3 -m pip install $(pwd)/pybind11_weaver/
# or editable mode
python3 -m pip install -e $(pwd)/pybind11_weaver/
git clone https://github.com/edimetia3d/pybind11_weaver
pip install -r $(pwd)/pybind11_weaver/requirements.txt
export PYTHONPATH=$(pwd)/pybind11_weaver/:$PYTHONPATH