update readme

This commit is contained in:
2024-07-20 12:29:54 +02:00
parent 5841ee4eef
commit 49bd23cb61

View File

@@ -1,8 +1,8 @@
Install, in "development mode", so any change in the local repo is effective: Install, in "development mode", so any change in the local repo is effective:
python -m pip install --editable git+<url>#egg=mechanics --src=$HOME/repos --prefix=$HOME/.local --break-system-packages python -m pip install --editable git+<url>#egg=engineering --src=$HOME/repos --prefix=$HOME/.local --break-system-packages
Uninstall: Uninstall:
python -m pip uninstall mechanics --break-system-packages python -m pip uninstall engineering --break-system-packages