From 3bad8e0c781c73abdbf60e9b3b39c72bd14566db Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 20 Apr 2016 19:04:12 +0200 Subject: [PATCH] pipsi: Use Python 3 --- docs/problems.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/problems.rst b/docs/problems.rst index 537b5ec..cbe4f5f 100644 --- a/docs/problems.rst +++ b/docs/problems.rst @@ -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::