MyTooliT / ICOc

ICOc is a tool to control the ICOtronic system, acquire data, and test stationary transceiver units and sensory tool holders.
https://mytoolit.github.io/ICOc/
2 stars 0 forks source link

Support User Accessible Configuration #42

Closed sanssecours closed 1 year ago

sanssecours commented 1 year ago

Description

Currently changing the configuration (mainly used for “hardware” tests) requires editing a YAML config file located inside the package. While this might be okay, when we clone the repository and use pip -e (editable source) to install the package it is certainly less from ideal:

For that reason and as preparation for uploading the package to PyPI we should make it possible to store the configuration at a location that is easier to access.

ToDo