Closed pepijntje02 closed 8 months ago
Met onderstaande lukt het wel:
pip install git+https://github.com/openearth/ddlpy.git#egg=rws-ddlpy
Met conda is het me niet gelukt.
@pepijntje02 this is indeed a good suggestion, we will fix this in the near future. Thanks for your suggestion.
The readme was updated, so I will now close this issue. Since the latest release does not support newer pandas versions, I recommend installing directly from git for now. We will do some maintenance first, before we create a new PyPI release. It might become available as ddlpy instead of rws-ddlpy on PyPI also.
Another release of ddlpy was created today and all docs and examples were updated. Please open a new issue if you encounter any bugs.
Description
Install using pip. Could not find a version that satisfies the requirement ddlpy.
What I Did
Using pip with:
Found here: https://pypi.org/project/rws-ddlpy/.
I would suggest to update the
readme
since there states that it is possible to install the package usingBut I guess that it should be
I am not sure how to create a pull request to change it. Therefore i created this issue, perhaps the maintainer can add this to the
readme
if desired.