Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.89 KB

README.md

File metadata and controls

71 lines (49 loc) · 1.89 KB

Configurator

"It mostly works™"

License: WTFPL

A small Python module that makes working with json settings files easier

Requirements

None

Installing

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

Uninstalling

foo@bar:~$ python -m pip uninstall configurator

Usage

blah blah blah

Notes

blah blah blah

-)