pyCraft/README.md

24 lines
925 B
Markdown
Raw Normal View History

2012-07-18 16:10:02 +02:00
pyCraft
====
Minecraft Python Client!
When running start.py, make sure you duck.
#Requirements
- pyCrypto 2.5 (Also in requirements.txt)
2012-07-18 16:10:02 +02:00
2012-09-12 00:18:23 +02:00
##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/)
2012-07-18 16:10:02 +02:00
Basically, run `pip install -r requirements.txt`, which should pull everything in. You need a compiler.
Eventually we'll put some run instructions here.
#Closing remarks
2012-08-26 22:00:23 +02:00
Have fun!
#TODO
- Overhaul GUI
(in case you haven't figured out already, I suck at GUIs in python. If you know what you're doing and wanna contribute, I'd appreciate some help :3)