diff --git a/README.md b/README.md index f1cf558..23910d1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Install, in "development mode", so any change in the local repo is effective: - python -m pip install --editable git+#egg=mechanics --src=$HOME/repos --prefix=$HOME/.local --break-system-packages + python -m pip install --editable git+#egg=engineering --src=$HOME/repos --prefix=$HOME/.local --break-system-packages Uninstall: - python -m pip uninstall mechanics --break-system-packages + python -m pip uninstall engineering --break-system-packages