Yamgrenade / Gou

Repo for roguelike game we're messing around with
MIT License
0 stars 1 forks source link

Create requirements.txt #7

Closed jwat445 closed 5 years ago

jwat445 commented 5 years ago

Run pip freeze > requirements.txt to get dependencies. Unless you have something else set up to install dependencies in the venv. If that is not the case I guess we can gitignore venv too.

jwat445 commented 5 years ago

Actually we totally want to gitignore venv since it uses absolute paths.