jmausolf / poshmark_sharing

BSD 3-Clause "New" or "Revised" License
111 stars 58 forks source link

Missing requirements.txt #22

Open RollingFred opened 4 years ago

RollingFred commented 4 years ago

You should add a requirements.txt with the required packages for quick install with pip

Do: pip freeze > requirements.txt

Remove the packages you deem unnecessary

People can then install all that is needed with: pip install -r requirements.txt

jmausolf commented 4 years ago

Thanks for the suggestion. I added a requirements.txt file and updated the README.