KylerKupp / python-desktop-app

MIT License
0 stars 0 forks source link

Create requirements.txt for Module 1 #19

Open MetzgerH opened 3 days ago

MetzgerH commented 3 days ago

In order for this team and future teams to run and create executables for module 1, we should create a requirements.txt file. This is a txt file that includes all of the libraries used by a python program.

https://pip.pypa.io/en/stable/reference/requirements-file-format/