Update README.md

This commit is contained in:
cracker0dks 2016-03-28 00:28:54 +02:00
parent 854f99f497
commit 130df56a34

View File

@ -15,14 +15,19 @@ ___Linux mit Python___
1.1 Installiere Pyton3 mit pip und git 1.1 Installiere Pyton3 mit pip und git
`sudo apt-get install python3 python3-pip git -y` `sudo apt-get install python3 python3-pip git -y`
1.2 Installiere Websockets für Python3 1.2 Installiere Websockets für Python3
`pip3 install asyncio websockets` `pip3 install asyncio websockets`
1.3 Servercode downloaden 1.3 Servercode downloaden
`git clone https://github.com/cracker0dks/Familienduell.git` `git clone https://github.com/cracker0dks/Familienduell.git`
1.4 Ins Serververzeichnis wecheseln 1.4 Ins Serververzeichnis wecheseln
`cd Familienduell/Server` `cd Familienduell/Server`
1.4 Starte den Server 1.4 Starte den Server
`python3 server.py` `python3 server.py`
1.5 In der Console erscheint: "info>starting server 0.0.0.0:8080" 1.5 In der Console erscheint: "info>starting server 0.0.0.0:8080"
### START DES CONTROLLERS! ### START DES CONTROLLERS!