Python server side. Mainly used for develop of client rather then release.
You have two choices available:
-
install
python3.6; change the directory to./tornadoand runpip install -r requirements.txtin command; At last runpython main.pystart server. -
If you've ever installed Docker,this might be suit for you.
docker pull python:3.6.4docker build -t factory .docker run -p 1236:1236 -d factory:latest