Skip to content

0.Installation

edimetia3d edited this page Nov 6, 2023 · 1 revision

Install from PYPI

python3 -m pip install pybind11-weaver

Install From Source

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/

Run from source (without install)

git clone https://github.com/edimetia3d/pybind11_weaver
pip install -r $(pwd)/pybind11_weaver/requirements.txt
export PYTHONPATH=$(pwd)/pybind11_weaver/:$PYTHONPATH
Clone this wiki locally