A small Python module that makes working with json settings files easier
None
You should first run:
foo@bar:~$ sudo apt update && sudo apt upgrade
to make sure you have the lastest software installed.
You can download the (hopefully stable)
latest release
from the main branch.
Download the 'Source Code (tar.gz)' file.
Then install it using:
foo@bar:~$ cd Downloads
foo@bar:~/Downloads$ python -m pip install Configurator-0.1.0.tar.gz
Or you can clone the git repo to get the latest (and often broken) code from the dev branch:
foo@bar:~$ python -m pip install build
foo@bar:~$ cd Downloads
foo@bar:~/Downloads$ git clone https://github.com/cyclopticnerve/Configurator
foo@bar:~/Downloads$ cd Configurator
foo@bar:~/Downloads/Configurator$ python -m build
foo@bar:~/Downloads/Configurator$ python -m pip install ./dist/configurator-0.1.0.tar.gz -r ./requirements.txt
foo@bar:~$ python -m pip uninstall configurator
blah blah blah
blah blah blah