Download and Installation
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
Python is an interpreted programming language. For running degrotesque and other scripts written in Python you have to install Python itself, first.
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 here:
- Installing Python
- Installing degrotesque
Table of contents