summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9f45ce52a..da91a08fb 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,6 +5,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
@@ -18,9 +19,12 @@ sudo make install
which rgbasm
# download pokecrystal
-git clone https://github.com/kanzure/pokecrystal.git
+git clone git://github.com/kanzure/pokecrystal.git
cd pokecrystal
+# install python requirements
+pip install -r requirements.txt
+
make clean && make
```
@@ -128,7 +132,7 @@ Now you should be able to build `pokecrystal` for the first time:
```bash
cd ~
-git clone https://github.com/kanzure/pokecrystal.git
+git clone git://github.com/kanzure/pokecrystal.git
cd pokecrystal
```