From 9dbff0524b36289aa719cf6877b26cf0c05fc8f9 Mon Sep 17 00:00:00 2001 From: Adam Talsma Date: Sat, 25 Apr 2015 18:33:07 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b3146dd..15a5ed8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Installation First, figure out how to get pygame installed on your platform in whatever interpreter you can. Then clone this repo and install it like a normal python package: +```bash +pip install fallingsky +``` + +Or, if you want to grab the source to hack on it as well: + ```bash $ git clone https://github.com/a-tal/fallingsky.git $ cd fallingsky