Closed arilamstein closed 1 month ago
From a discussion during the meetup it sounds like this project does not require requirements.txt
(although I think it would if you wanted to deploy it on Streamlit's Community Cloud). But perhaps updating the README to have installation instructions would be helpful.
I just cloned the repo and typed:
and get:
I'm not an expert in python, but I think that most repos have a file called requirements.txt that lists all the packages needed to be installed to run the app. Perhaps we could add one so that it's easy for people to run the app?