Closed conradtchan closed 1 year ago
Resolves #210
meson-python>=0.13.0rc0 supports editable installs. To do an editable install:
meson-python>=0.13.0rc0
pip install -e ".[testing]" --no-build-isolation
Dependencies may need to be resolved manually, e.g. meson and numpy are needed to rebuild at import time.
Resolves #210
meson-python>=0.13.0rc0
supports editable installs. To do an editable install:Dependencies may need to be resolved manually, e.g. meson and numpy are needed to rebuild at import time.