-
Notifications
You must be signed in to change notification settings - Fork 13
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
.
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.
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.