From 83e671912c7df041697e2763c5c744338aa40fd5 Mon Sep 17 00:00:00 2001 From: Nicolas Sudres Date: Tue, 26 Jul 2022 14:38:52 +0200 Subject: [PATCH] Add install and start instructions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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