pesterchum/README.md

11 lines
631 B
Markdown
Raw Normal View History

2020-10-04 13:53:10 -04:00
# Pesterchum Alternate Servers
2020-10-04 09:42:48 -04:00
Normal pesterchum documentation is in "README-pesterchum.mkdn", and the one for Karxi's fork is README-karxi.mkdn.
2020-10-04 13:53:10 -04:00
## Servers
Currently promts the user on launch to choose a server. The implementation of this very much done incorrectly, but it seems to function in it's current state.
2020-10-04 09:42:48 -04:00
## Building
Just simply running "python setup.py build" seems to be working for me for building on windows now.
Make sure you are running Python 2 and have all the dependencies installed. PyQt4 is no longer downloadable (at least, to my knowledge) via pip, but can still be installed from it's sourceforce page.