Environment Setup and Downloading

Getting Python

Your system requirements may vary, the downloads page on Python.org should have the information needed for your system.

Linux (yum/dnf):

sudo yum update
sudo yum install python

Linux (apt-get):

sudo apt-get update
sudo apt-get install python

For setting up environments, something like venv or Anaconda is recommended (and may save you some trouble at a later date).

Installing starling-theme

Stable versions of the package are distributed on PyPi, and may be installed using pip.

pip install starling-theme

Dependencies

The main dependency for starling-theme is Sphinx, which has its own set of dependencies. All of these should be installed when starling-theme is installed.