koenderinklab / OpenDDM

https://koenderinklab.github.io/OpenDDM/
Apache License 2.0
3 stars 2 forks source link

Create pip-installable package from scripts #11

Closed mwakok closed 2 years ago

mwakok commented 2 years ago

By adding a setup.py file and creating and adding a __init__.py to the ddm folder, the develop branch now contains a pip-installable version of the software. To install locally: pip install -e .