Installation in editable mode

In case you would like to just use the package for your project, but still want to have an option to change something in source code, you can as well install it in editable mode. The only change is that you don’t need to create separate venv, use existing one.

$ git clone https://github.com/mipt-srf/probe-station
(.venv) $ pip install -e probe_station
$ uv add --editable ./probe_station