conradtchan / starfit

Fit stellar abundance measurements to stellar models
Other
2 stars 0 forks source link

Editable install #214

Closed conradtchan closed 1 year ago

conradtchan commented 1 year ago

Resolves #210

meson-python>=0.13.0rc0 supports editable installs. To do an editable install:

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.