-
Notifications
You must be signed in to change notification settings - Fork 18
[WIP] Modernize package with a pyproject.toml #271
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
base: master
Are you sure you want to change the base?
Conversation
|
Thanks @pradal for working on this. After a very quick test, I managed to make it work (for my use case only) with: pip install -r requirements.txt
conda install -c openalea3 openalea.core openalea.deploy
pip install pyyaml legacy-cgi # those packages may be missing from requirements
pip install -e .Is there a way to install |
|
Great! I have not tried to make openalea.core available on Pypi. But due to only pure Python deps, it can done. But you can test something like |
Works well 🎉 |
Fix #270