-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
Ben Trachtenberg edited this page Jul 24, 2018
·
3 revisions
Running from Compiled for Windows
- Download the compiled version from the releases section on GitHub.
- Unzip the the app to where you want to store it on your desktop.
- Run the EXE from inside the folder, or create a alias to it on your desktop.
- By default it looks for your files in the yaml folder in the app directory, and outputs configs to the Output folder. You can modify where these folders are located by using the config.yml in the Data folder.
Running from Source
- Download the source from the releases section on GitHub.
- Unzip the source to where you want to store it. Change the COMPILED flag in the main.py to False, and create either a virtualenv, or just use pipenv to create an environment to run it in. I wrote it using Python 3.5.2.
- Run the script.
- By default it looks for your files in the yaml folder in the app directory, and outputs configs to the Output folder. You can modify where these folders are located by using the config.yml in the Data folder.
Copyright (c) 2019 Ben Trachtenberg License