Installation
Python version
SunsetSettings requires Python 3.10 or later.
Installing from PyPI (recommended)
SunsetSettings releases are available from PyPI and can be installed with the standard Python tooling.
Directly add SunsetSettings to your project’s dependencies or, in order to manually
install SunsetSettings and make it available in the current Python prefix, run:
pip install SunsetSettings
Installing from GitHub
Checkout the code:
git clone https://github.com/pvaret/SunsetSettings
Build and install the library:
cd SunsetSettings ; pip install .
That’s it!