diff options
author | Sanky <gsanky@gmail.com> | 2013-02-18 09:44:03 +0100 |
---|---|---|
committer | Sanky <gsanky@gmail.com> | 2013-02-18 09:44:03 +0100 |
commit | 5af3f92d9080cb874b6c46aa5b52c2a6cdab24f0 (patch) | |
tree | 8015ecccde657f918e55d6194ef5d1eeec1fea4d /README.md | |
parent | c616889fcf0361746a9f1c13fab6f463cce43687 (diff) | |
parent | f860c98d26d8d3babe1ec123a72ee9d5f3ddd145 (diff) |
Merge https://github.com/kanzure/pokecrystal
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ``` |