diff --git a/README.md b/README.md index 7d7f7c3..637ac35 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,13 @@ cd game python3 main.py ``` - # App Project ```sh git clone cd app -python3 -m venv env -source env/bin/activate -pip3 install -r requirements.txt -python3 main.py +python -m venv env +env\Scripts\activate +pip install -r requirements.txt +python main.py ```