Hi,
This PR only add a requirements.txt file that allow users to install the required packages using only pip install -r requirements.txt. I also specified versions in order to allow people to use the code in several years without having to trouble with feature deprecations.
In addition, for longevity reasons, it would be useful to add the version of python with which the project was done in the Readme file.
Hi, This PR only add a requirements.txt file that allow users to install the required packages using only
pip install -r requirements.txt
. I also specified versions in order to allow people to use the code in several years without having to trouble with feature deprecations.In addition, for longevity reasons, it would be useful to add the version of python with which the project was done in the Readme file.
Thank you for your work! Vincent