shithub: pokered

Download patch

ref: af6fa345d689844429d20df9a18f6ae298733140
parent: 89e07d0d565fd382440bb3311e07da49b60a0810
author: yenatch <yenatch@gmail.com>
date: Wed Feb 17 11:34:50 EST 2016

Bump extras so that pypng doesn't need to be installed.

git/query: bad hash 9644160b87e706f3a6ae20fe09e9c469f628c06d
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,7 +1,6 @@
 # Linux
 
-	sudo apt-get install make gcc bison git python python-pip
-	sudo pip install pypng
+	sudo apt-get install make gcc bison git python
 
 	git clone https://github.com/bentley/rgbds
 	cd rgbds
@@ -26,7 +25,6 @@
 In **Terminal**, run:
 
 	xcode-select --install
-	sudo easy_install pypng
 
 	git clone https://github.com/bentley/rgbds
 	cd rgbds
@@ -49,9 +47,6 @@
 Extract the archive and put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`.
 
 In the **Cygwin terminal**:
-
-	lynx -source bootstrap.pypa.io/get-pip.py | python
-	pip install pypng
 
 	git clone --recursive https://github.com/pret/pokered
 	cd pokered