Don't require pip.

This commit is contained in:
yenatch 2014-12-11 23:24:40 -08:00
parent 755c0ae079
commit 3755584ac4
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,6 @@
Dependencies: Dependencies:
sudo apt-get install make gcc bison git python python-setuptools sudo apt-get install make gcc bison git python python-setuptools
sudo easy_install pip
The assembler used is [**rgbds**](https://github.com/bentley/rgbds). The assembler used is [**rgbds**](https://github.com/bentley/rgbds).
@ -19,9 +18,10 @@ Set up the repository.
cd pokecrystal cd pokecrystal
git submodule init git submodule init
git submodule update git submodule update
sudo pip install -r extras/requirements.txt easy_install pypng
make pngs
- Copy your Pokémon Crystal rom to the directory. Name it **baserom.gbc**. - Copy your Pokémon Crystal rom into `pokecrystal/`. Name it **baserom.gbc**.
To build **pokecrystal.gbc**: To build **pokecrystal.gbc**:
@ -67,10 +67,10 @@ Then set up the repository. In the **Cygwin terminal**:
cd pokecrystal cd pokecrystal
git submodule init git submodule init
git submodule update git submodule update
easy_install pip easy_install pypng
pip install -r extras/requirements.txt make pngs
- Copy your Pokémon Crystal rom to the directory. Name it **baserom.gbc**. - Copy your Pokémon Crystal rom into `C:\cygwin\home\<username>\pokecrystal`. Name it **baserom.gbc**.
To build: To build: