diff options
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 ``` |