Open mathemonads opened 5 years ago
We should add a requirements.txt which lists all the ~24 dependencies needed to run the code. If you're using a virtual environment, you can create it by running pip freeze > requirements.txt.
pip freeze > requirements.txt
Good idea, what are these 24 packages and versions
Good idea, I will add it asap.
We should add a requirements.txt which lists all the ~24 dependencies needed to run the code. If you're using a virtual environment, you can create it by running
pip freeze > requirements.txt
.