Update rust installation instructions

This commit is contained in:
Markus Unterwaditzer 2017-10-19 23:41:43 +02:00
parent 75e83cd0f6
commit f8e65878d8

View file

@ -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.