diff --git a/README.md b/README.md index f6a1e29..394cb2e 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -Snake in Python using pygame \ No newline at end of file +Snake in Python using pygame + +## Install +``` +pip install virtualenv +virtualenv venv +.\venv\Stripts\activate +pip install -r .\requirements.txt +``` + +## Start Application +``` +python .\main.py +``` \ No newline at end of file