Skip to content

Installation

toonarmycaptain edited this page Mar 2, 2020 · 2 revisions

Installation

Currently to use the application, you must clone or download the project from here on github. See releases for a zip or tar.gz. You will need Python 3.6+, and need to run navigate to the project directory and run pip install -r requirements.txt or manually install the dependencies pip install ... you find in the requirements file. For development you will also need pip install -r requirements_dev.txt.

Running the application

Either click on app_main.py in the project folder, or navigate to the folder and run python -m app_main on the command line.

Known issues

In Windows, if Controlled Folder Access is turned on, the application will not be able to access user folders to save data (eg Documents\dionysus_charts, the default folder for saving charts). So fix this, disable this feature, or allow python.exe access. More information here.

Clone this wiki locally