Click here to install the latest release
- pyyaml
- screeninfo
- openpyxl
- kivy
- python-dateutil
- Inno Setup
To install all dependencies:
conda config --add channels conda-forge
conda install kivy
pip install pyyaml screeninfo openpyxl python-dateutilTo build on Windows, install the following dependencies:
python -m pip install --upgrade pip wheel setuptools
python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
pip install PyInstallerDownload Inno Setup to create a setup.exe
First, run the build python script:
python build.pyThen, open install.iss with Inno Setup and compile. The setup executable will be created at Output/setup.exe.