mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Update rust installation instructions
This commit is contained in:
parent
75e83cd0f6
commit
f8e65878d8
1 changed files with 4 additions and 1 deletions
|
|
@ -51,7 +51,10 @@ following things are installed:
|
||||||
On Linux systems, using the distro's package manager is the best way to do
|
On Linux systems, using the distro's package manager is the best way to do
|
||||||
this, for example, using Ubuntu (last tried on Trusty)::
|
this, for example, using Ubuntu (last tried on Trusty)::
|
||||||
|
|
||||||
sudo apt-get install python3 python3-pip libffi-dev rustc cargo
|
sudo apt-get install python3 python3-pip libffi-dev
|
||||||
|
|
||||||
|
Rust may need to be installed separately, as the packages in Ubuntu are usually
|
||||||
|
out-of-date. I recommend `rustup <https://rustup.rs/>`_ for that.
|
||||||
|
|
||||||
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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue