Fix Ubuntu package name of Python 3.

This commit is contained in:
Markus Unterwaditzer 2017-10-03 22:48:13 +02:00 committed by GitHub
parent cb41a9df28
commit 7bdb22a207

View file

@ -49,7 +49,7 @@ following things are installed:
On Linux systems, using the distro's package manager is the best On Linux systems, using the distro's package manager is the best
way to do this, for example, using Ubuntu:: 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 Then you have several options. The following text applies for most Python
software by the way. 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:: 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) - ``--user`` is to install without root rights (into your home directory)
- ``--ignore-installed`` is to work around Debian's potentially broken packages - ``--ignore-installed`` is to work around Debian's potentially broken packages