Download and Installation
You may either install degrotesque as a Python script and library (package) or install pre-build binaries. Please find the instructions for both in the following.
Installing the Python package
degrotesque is a Python script. To run it, you must have Python installed. If you have not installed Python, yet, please read instructions on installing Python first.
Installing Python
For installing Python, use an installer for your system from https://www.python.org.
You should as well install pip, a package manager for python. After installing Python, you should be able to install pip using:
python get-pip.py
You may upgrade pip using:
pip install --upgrade pip
Installing degrotesque
The current version is degrotesque-3.0.0.
You may install degrotesque using
python -m pip install degrotesque
You may download a copy or fork the code at degrotesque's github page.
Besides, you may download the current release source code here:
Installing binaries
You may find binaries of degrotesque in the latest release on github and here:
The downloads consist of a .zip-file that has to be unpacked. The executable degrotesque application can be found in the generated folder. Please note that I do not have the possibility to validate the Ubuntu and MacOS executables. Please let me know if they do not work.