From be6ebaa64a1c5727dfc46b1fb9cdd98ac263bdbf Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 17 Aug 2015 19:44:46 +0200 Subject: install instructions --- installing.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 installing.txt (limited to 'installing.txt') 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""). Ignore it. + follow https://wiki.ubuntuusers.de/Pygame + do NOT use pip for installing pygame + + -- cgit v1.2.3