Update 'README.md'

This commit is contained in:
Andrea Mannocci 2020-06-11 17:23:26 +02:00
parent 808fc57af9
commit b55e8b5724
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# TPDL 2020 Paper #55 Companion webapp
## Setup instruction
* Clone repo and enter the root folder
* Create a virtual environment with python 3
* Install python dependencies with `pip install -r requirements.txt`
* Install Bower package manager with `npm install -g bower`
* `cd static`
* Install Bower dependencies `bower install`. It should create a folder `static/bower_components`
* Go back to the root folder
* Run the app `uvicorn main:app --port <int> --reload`