Installation
Python version
SunsetSettings requires Python 3.10 or later.
Installing from PyPI (recommended)
From a command line prompt, type:
pip install SunsetSettings
Installing from GitHub
Dependencies: install flit:
pip install flit
Checkout the code:
git clone https://github.com/pvaret/SunsetSettings
Build and install the library:
cd SunsetSettings ; flit install
That’s it!