mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
pipsi: Use Python 3
This commit is contained in:
parent
d594f9fd24
commit
3bad8e0c78
1 changed files with 5 additions and 2 deletions
|
|
@ -87,9 +87,12 @@ pipsi_ 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 vdirsyncer
|
||||
pipsi install --python python3 vdirsyncer
|
||||
|
||||
and ``.local/bin/vdirsyncer`` will be your new vdirsyncer installation.
|
||||
and ``.local/bin/vdirsyncer`` will be your new vdirsyncer installation. To
|
||||
update vdirsyncer to the latest version::
|
||||
|
||||
pipsi upgrade vdirsyncer
|
||||
|
||||
If you're done with vdirsyncer, you can do::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue