Skip to content

Commit

Permalink
added requirements.txt and recomended venv
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMolly committed Jun 1, 2019
1 parent 4c7ff5a commit ff05515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Install python 2 or 3.

The use of venv or similar is recomended:

```
python3 -m venv ./
source bin/activate
```

Run the commands:
```
pip install pygame
pip install -r requirements.txt
python start.py
```

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pygame

0 comments on commit ff05515

Please sign in to comment.