diff --git a/README.md b/README.md index 379be3d..64094df 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ First, install the deploy tool ``` -pip3 install --user packit-deploy +pipx install packit-deploy ``` Ensure that the path that the script is copied into is in your path (on Linux, most likely `~/.local/bin`, on OSX `~/Library/Python//bin` @@ -42,7 +42,8 @@ packit start config It is possible that the `packit-deploy` deploy scripts should be updated ``` -pip3 install --user --upgrade packit-deploy +pipx uninstall packit-deploy +pipx install packit-deploy ``` Then redeploy with: