-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for building with pip / pyproject.toml
#9
Comments
Discussed with @raehik
|
Working on building with pyproject.toml / pip at #13 . |
As suggested by @christopheredsall once there is something simple that can be pip installed we might want to tag it as 'alpha' or 'pre-release' so that there is something that works and closely reflects the original; paper code before we start merging other development branches. |
from within your local clone. PR #13 for the overall packaging issue is now targeting |
pyproject.toml
Currently poetry? but with conda files kicking around.
Suggest we start by:
pyproject.toml
installation that can be build by cloning andpip install -e .
Then add in other desired build systems once code is working.
The text was updated successfully, but these errors were encountered: