diff --git a/docs/installation.rst b/docs/installation.rst index 3440787..47e8c6b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -95,22 +95,22 @@ This method has two advantages: The clean, easy way ~~~~~~~~~~~~~~~~~~~ -pipsi_ is a new package manager for Python-based software that automatically +pipx_ is a new package manager for Python-based software that automatically sets up a virtualenv for each program you install. Assuming you have it installed on your operating system, you can do:: - pipsi install --python python3 vdirsyncer + pipx install vdirsyncer -and ``.local/bin/vdirsyncer`` will be your new vdirsyncer installation. To +and ``~/.local/pipx/venvs/vdirsyncer`` will be your new vdirsyncer installation. To update vdirsyncer to the latest version:: - pipsi upgrade vdirsyncer + pipx upgrade vdirsyncer If you're done with vdirsyncer, you can do:: - pipsi uninstall vdirsyncer + pipx uninstall vdirsyncer and vdirsyncer will be uninstalled, including its dependencies. .. _virtualenv: https://virtualenv.readthedocs.io/ -.. _pipsi: https://github.com/mitsuhiko/pipsi +.. _pipx: https://github.com/pipxproject/pipx