Skip to content

Commit 8980a80

Browse files
chrysleWhyNotHugo
authored andcommitted
Corrected installation steps for Ubuntu and pip
1 parent 90b6ce1 commit 8980a80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/installation.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ following things are installed:
4949
On Linux systems, using the distro's package manager is the best
5050
way to do this, for example, using Ubuntu::
5151

52-
sudo apt-get install libxml2 libxslt1.1 zlib1g python
52+
sudo apt-get install libxml2 libxslt1.1 zlib1g python3
5353

5454
Then you have several options. The following text applies for most Python
5555
software by the way.
@@ -59,9 +59,8 @@ The dirty, easy way
5959

6060
The easiest way to install vdirsyncer at this point would be to run::
6161

62-
pip install --user --ignore-installed vdirsyncer
62+
pip install --ignore-installed vdirsyncer
6363

64-
- ``--user`` is to install without root rights (into your home directory)
6564
- ``--ignore-installed`` is to work around Debian's potentially broken packages
6665
(see :ref:`debian-urllib3`).
6766

0 commit comments

Comments
 (0)