Home - GideonJagen/Plando GitHub Wiki

Welcome to the Kandidatarbete wiki!

Cloning the repo

In order to clone the repo, you can use the following guide as a reference.

Requirements

Ensure that you have all requirements installed, if you like you can run: pip install -r requirements.txt

Virtual Environment

Or if you do not wish to install it on the entire system, you can install it in a virtual environment (venv) for the project instead. You can follow this link (realpython.com) for a guide on how to setup a python venv.

Run project

In order to run the project, simply run Main.py in the root folder, which should result in the dash app being run and set up on http://127.0.0.1:8050/ by default. Enter this URL into your browser to enter the app once running.