From fa85773a13611d531a6e1a31c48a18b79bd86146 Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 27 Oct 2018 13:53:27 +0200 Subject: [PATCH] Update readme Add pip install command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be9a275..3fbf926 100644 --- a/README.md +++ b/README.md @@ -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.