File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,22 +95,22 @@ This method has two advantages:
9595The clean, easy way
9696~~~~~~~~~~~~~~~~~~~
9797
98- pipsi _ is a new package manager for Python-based software that automatically
98+ pipx _ is a new package manager for Python-based software that automatically
9999sets up a virtualenv for each program you install. Assuming you have it
100100installed on your operating system, you can do::
101101
102- pipsi install --python python3 vdirsyncer
102+ pipx install vdirsyncer
103103
104- and ``.local/bin /vdirsyncer `` will be your new vdirsyncer installation. To
104+ and ``~/ .local/pipx/venvs /vdirsyncer `` will be your new vdirsyncer installation. To
105105update vdirsyncer to the latest version::
106106
107- pipsi upgrade vdirsyncer
107+ pipx upgrade vdirsyncer
108108
109109If you're done with vdirsyncer, you can do::
110110
111- pipsi uninstall vdirsyncer
111+ pipx uninstall vdirsyncer
112112
113113and vdirsyncer will be uninstalled, including its dependencies.
114114
115115.. _virtualenv : https://virtualenv.readthedocs.io/
116- .. _ pipsi : https://github.com/mitsuhiko/pipsi
116+ .. _ pipx : https://github.com/pipxproject/pipx
You can’t perform that action at this time.
0 commit comments