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 ============