Skip to content
Franz Steinbacher edited this page Feb 8, 2018 · 4 revisions

Setup

Install:

$ apt-get install python3 
$ apt-get install python3-flask
$ apt-get install python3-flask-api

Clone repo:

$ git clone https://github.com/ASP-SoC/gui

Run:

$ cd gui
$ python3 server.py

Get newest version:

$ git pull
Clone this wiki locally