File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ following things are installed:
49
49
On Linux systems, using the distro's package manager is the best
50
50
way to do this, for example, using Ubuntu::
51
51
52
- sudo apt-get install libxml2 libxslt1.1 zlib1g python
52
+ sudo apt-get install libxml2 libxslt1.1 zlib1g python3
53
53
54
54
Then you have several options. The following text applies for most Python
55
55
software by the way.
@@ -59,9 +59,8 @@ The dirty, easy way
59
59
60
60
The easiest way to install vdirsyncer at this point would be to run::
61
61
62
- pip install --user -- ignore-installed vdirsyncer
62
+ pip install --ignore-installed vdirsyncer
63
63
64
- - ``--user `` is to install without root rights (into your home directory)
65
64
- ``--ignore-installed `` is to work around Debian's potentially broken packages
66
65
(see :ref: `debian-urllib3 `).
67
66
You can’t perform that action at this time.
0 commit comments