setup#
install#
Install the package using pip
pip install configwidgets
develop#
Clone the repository
git clone https://github.com/kolja-wagner/configwidgets.git
Install dependencies
pip install -e .[dev]
Install doc dependencies
pip install -e .[doc]
Note
not implemented.