blob: 1c8e604293e8dc4a89d95a456a0cccb17865e528 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|