From 7bdb22a207577382a52028c71448f7317e3cf435 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 3 Oct 2017 22:48:13 +0200 Subject: [PATCH] Fix Ubuntu package name of Python 3. --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 55acadf..0bc22d9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -49,7 +49,7 @@ following things are installed: On Linux systems, using the distro's package manager is the best way to do this, for example, using Ubuntu:: - sudo apt-get install libxml2 libxslt1.1 zlib1g python + sudo apt-get install libxml2 libxslt1.1 zlib1g python3 Then you have several options. The following text applies for most Python software by the way. @@ -59,7 +59,7 @@ The dirty, easy way The easiest way to install vdirsyncer at this point would be to run:: - pip install --user --ignore-installed vdirsyncer + pip3 install --user --ignore-installed vdirsyncer - ``--user`` is to install without root rights (into your home directory) - ``--ignore-installed`` is to work around Debian's potentially broken packages