95b8f00201affcffc3eeb564b76626d8fda28b34
Install, in "development mode", so any change in the local repo is effective:
python -m pip install --editable git+<url>#egg=engineering --src=$HOME/repos --prefix=$HOME/.local --break-system-packages
Uninstall:
python -m pip uninstall engineering --break-system-packages
Description
Languages
Python
100%