Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Add pip install command
  • Loading branch information
smartsammler authored Oct 27, 2018
1 parent 7c215c8 commit fa85773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# pewmulator
And emulator for running PewPew games on desktop computers

To use it simlply clone this repository and work in the directory.
To use it clone this repository, install the dependencies from the `requirements.txt` and work in the directory.
```
git clone https://github.com/pewpew-game/pewmulator.git
cd pewmulator
python -m pip install -r requirements.txt
```

Typically you want to start with a `code.py` that you can later copy to your hardware.
Expand Down

0 comments on commit fa85773

Please sign in to comment.