PrettyPrinted / flask_basic_organization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements.txt

Timothy-Pulliam opened this issue · comments

You should include a requirements.txt file along with this repo so people can set up a virtual environment identical to yours. If you have a virtualenv set up already you can do this by doing

$ pip freeze > requirements.txt

While your virtualenv is activated. But you probably already knew that.

Yeah I know. I answered you on YouTube.