Installation

Python version

SunsetSettings requires Python 3.10 or later.

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!