summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2013-02-18 09:44:03 +0100
committerSanky <gsanky@gmail.com>2013-02-18 09:44:03 +0100
commit5af3f92d9080cb874b6c46aa5b52c2a6cdab24f0 (patch)
tree8015ecccde657f918e55d6194ef5d1eeec1fea4d /README.md
parentc616889fcf0361746a9f1c13fab6f463cce43687 (diff)
parentf860c98d26d8d3babe1ec123a72ee9d5f3ddd145 (diff)
Merge https://github.com/kanzure/pokecrystal
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04196c452..ff3ab21f6 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ sudo apt-get install make gcc bison git python python-setuptools
# unittest2 is required if using python2.6
sudo easy_install unittest2
+sudo easy_install pip
# download rgbds source code
git clone git://github.com/bentley/rgbds.git
@@ -39,6 +40,8 @@ which rgbasm
git clone https://github.com/kanzure/pokecrystal.git
cd pokecrystal
+pip install -r requirements.txt
+
make clean && make
```