diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-17 19:44:46 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-17 19:44:46 +0200 |
commit | be6ebaa64a1c5727dfc46b1fb9cdd98ac263bdbf (patch) | |
tree | 8efaa3ca77376050399992efb9ecf5a17aa4ec41 /installing.txt | |
parent | d82cca770dc0f1c6ecb900e2b8907abd2b52200d (diff) |
install instructions
Diffstat (limited to 'installing.txt')
-rw-r--r-- | installing.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/installing.txt b/installing.txt new file mode 100644 index 0000000..1c8e604 --- /dev/null +++ b/installing.txt @@ -0,0 +1,15 @@ +debian wheezy instructions: + + apt-get install python3 + apt-get install python3-pip + cd repo/ + ln -s agarnet/agarnet fuckthisshit + in main.py, change "from agarnet.agarnet import [...]" to + "from fuckthisshit import [...]" + pip-3.2 install websocket-client + there will be an error message about invalid syntax in + sock.send(u"<garbage here>"). Ignore it. + follow https://wiki.ubuntuusers.de/Pygame + do NOT use pip for installing pygame + + |