From b45312db2f87666791292993455b05d2a4ef5aca Mon Sep 17 00:00:00 2001 From: Matthew Sowden Date: Fri, 26 Oct 2012 09:52:07 -0400 Subject: [PATCH] Remove wxPython --- README.md | 4 ---- requirements.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/README.md b/README.md index 5651c55..2731bb8 100755 --- a/README.md +++ b/README.md @@ -6,16 +6,12 @@ Minecraft Python Client! When running start.py, make sure you duck. #Requirements -- wxPython (In the requirements.txt for all you pip fans, however you can avoid this.) - pyCrypto 2.5 (Also in requirements.txt) ##PyCrypto on Windows Systems (32 bit) If you use Python 2.7 with win32 you're in luck, theres an installer right [here](http://www.secker.nl/wp-content/uploads/2012/03/pycrypto-2.5.win32-py2.7.exe) for pyCrypto 2.5 otherwise you're gonna need to compile it, followed by some fancy instructions on how to install pyCrypto over [here](http://www.secker.nl/2012/03/08/building-pycrypto-2-5-using-mingw-and-python-2-7-on-windows-xp/) -#Install things. -If the install fails for you, you can grab a binary of wxPython over at: [http://wxpython.org/download.php#stable] - Basically, run `pip install -r requirements.txt`, which should pull everything in. You need a compiler. Eventually we'll put some run instructions here. diff --git a/requirements.txt b/requirements.txt index 2a2b366..dc76301 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ --e git+git://github.com/resba/wxPython-mirror.git@fix-duplicate-parameters#egg=wx pycrypto==2.5 \ No newline at end of file