From ab96eccb743be3d7e412143fb9529a2304451653 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 7 Feb 2021 17:30:55 -0500 Subject: [PATCH] include cargo in the docs for alpine (#5763) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9f7eb1d7d75b..6d89a7971c79 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -94,7 +94,7 @@ Alpine .. code-block:: console - $ sudo apk add gcc musl-dev python3-dev libffi-dev openssl-dev + $ sudo apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo If you get an error with ``openssl-dev`` you may have to use ``libressl-dev``.