editable_install¶
Simplification¶
At the moment:
Package installation relies on
pyproject.tomlper client project.All client projects are installed using editable install (
pip install --editable).Any dependency is installed only if it is specified in
pyproject.toml.