Use requirements.txt to define external packages.
Currently the required packages are mentioned in the README.md
.
This should ideally also be defined in a requirements.txt to install libraries with: pip install -r requirements.txt
Currently the required packages are mentioned in the README.md
.
This should ideally also be defined in a requirements.txt to install libraries with: pip install -r requirements.txt
mentioned in commit da11b959
mentioned in merge request !2 (merged)
Yes, I thought about that, but it would require this project to be present on the client machine.
I just found out that -r
also takes a url as argument, so this would be a nice solution for the documentation:
pip install -r https://git.lumc.nl/sasc/cookiecutter-data-analysis/raw/master/requirements.txt
Status changed to closed