diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-18 00:50:13 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-18 00:50:13 +0200 |
commit | 48d6950cbbc2eec66d557861c5507b31bbf3c0e8 (patch) | |
tree | b2f767571c2f016067a23d3bc9ea19faa9329274 /installing.txt | |
parent | fc3ed2e3a4748c3168fd621ca96f98cc568f315d (diff) | |
parent | 57609975e0ea98c7152859ffd4c965c0879608ad (diff) |
Merge branch 'master' into strategy-rework
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 + + |