File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -59,21 +59,25 @@ pipx: The clean, easy way
59
59
~~~~~~~~~~~~~~~~~~~~~~~~~
60
60
61
61
pipx _ is a new package manager for Python-based software that automatically
62
- sets up a virtual environment for each program you install. Assuming you have
63
- it installed on your operating system, you can do::
62
+ sets up a virtual environment for each program it installs. Please note that
63
+ installing via pipx will not include manual pages nor systemd services.
64
+
65
+ pipx will install vdirsyncer into ``~/.local/pipx/venvs/vdirsyncer ``
66
+
67
+ Assuming that pipx is installed, vdirsyncer can be installed with::
64
68
65
69
pipx install vdirsyncer
66
70
67
- and ``~/.local/pipx/venvs/vdirsyncer `` will be your new vdirsyncer installation. To
68
- update vdirsyncer to the latest version::
71
+ It can later be updated to the latest version with::
69
72
70
73
pipx upgrade vdirsyncer
71
74
72
- If you're done with vdirsyncer, you can do ::
75
+ And can be uninstalled with ::
73
76
74
77
pipx uninstall vdirsyncer
75
78
76
- and vdirsyncer will be uninstalled, including its dependencies.
79
+ This last command will remove vdirsyncer and any dependencies installed into
80
+ the above location.
77
81
78
82
.. _pipx : https://github.com/pipxproject/pipx
79
83
You can’t perform that action at this time.
0 commit comments