Add a readme and some fonts

This commit is contained in:
Matthew Sowden 2012-07-18 10:10:02 -04:00
parent 22c19334b3
commit 2139c7cbd0
3 changed files with 16 additions and 0 deletions

15
README.md Executable file
View File

@ -0,0 +1,15 @@
pyCraft
====
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.)
Basically, run `pip install -r requirements.txt`, which should pull everything in. You need a compiler.
Eventually we'll put some run instructions here.
Have fun!

Binary file not shown.

1
requirements.txt Executable file
View File

@ -0,0 +1 @@
wxPython