Garmelon/PFERD

Add requirements.txt for convenient dependency installation

Luro02 opened this issue · 3 comments

This project uses setuptools which includes all dependencies, but I guess I can also provide a requirements.txt. Closed by 9cbea5f.

This project uses setuptools which includes all dependencies

how would this be used to install the required dependencies?

pip will install them automatically when you install the PFERD module. I added a requirements.txt though in the commit mentioned above.