From f8e65878d869572c93054876026e2042cf8548ba Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 19 Oct 2017 23:41:43 +0200 Subject: [PATCH] Update rust installation instructions --- docs/installation.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 68c6a73..71e0517 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -51,7 +51,10 @@ following things are installed: On Linux systems, using the distro's package manager is the best way to do 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 `_ for that. Then you have several options. The following text applies for most Python software by the way.