How to Use • Dependencies • Thanks To • License
To use, simply type in the terminal:
# Activate the virtual environment:
$ source venv/bin/activate
# Run the app as many times as wanted:
$ python3 run.py
# Deactivate the virtual environment:
$ deactivate
And open localhost:8050
at one browser and localhost:8050/dashboard
at
another!
Note: first install all the dependencies!
You'll only need python and virtualenv. After that just install the requirements to a virtual environment:
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ deactivate
- VTn - By helping me with the implementation.
This software is licensed under the GPL-3 license.