fix readme
This commit is contained in:
parent
704ae05175
commit
be91d21e68
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ All levels were STOLEN from [here](http://www.sneezingtiger.com/sokoban/levels.h
|
|||
|
||||
## Getting Started
|
||||
1. Create virtual environment with: `python3 -m venv venv`
|
||||
2. Activate virtual environment with: `sourve venv/bin/activate`
|
||||
2. Activate virtual environment with: `source venv/bin/activate`
|
||||
3. Install Requirements with: `pip install -r requirements.txt`
|
||||
4. Play the game with: `python3 main.py`
|
||||
|
||||
|
|
Loading…
Reference in a new issue