Add install and start instructions

This commit is contained in:
d3vyce 2022-07-26 14:38:52 +02:00
parent c7cb5f5f00
commit 83e671912c

View File

@ -1 +1,14 @@
Snake in Python using pygame
Snake in Python using pygame
## Install
```
pip install virtualenv
virtualenv venv
.\venv\Stripts\activate
pip install -r .\requirements.txt
```
## Start Application
```
python .\main.py
```