mjuvela / LOC

LOC line transfer code
GNU General Public License v3.0
3 stars 2 forks source link

📌 requirements.txt file #2

Closed VForiel closed 1 year ago

VForiel commented 1 year ago

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

mjuvela commented 1 year ago

Thanks! It is accepted as is -- although matplotlib is used only during program development and that dependence should eventually be removed.