From dd4ca13821224ca925cfbdd13ffe8b8fb1df481a Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sun, 28 Jul 2019 21:41:04 +0200 Subject: Updated README.md with alpine dependecies (#184) * Updated README.md with alpine dependecies * Updated README.md with alpine dependecies --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1e10576..73e6381 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,13 @@ For Fedora and RHEL-derivatives, the following command will ensure that the requ $ sudo yum install gcc libffi-devel python-devel +For Alpine, the following command will ensure that the required dependencies are installed: + +.. code:: bash + + $ apk add --update musl-dev gcc libffi-dev + + Alternatives ============ -- cgit v1.2.1