summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
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
============