mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-29 09:35:50 +00:00
Fix Ubuntu package name of Python 3.
This commit is contained in:
parent
cb41a9df28
commit
7bdb22a207
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue