Updated README.md with alpine dependecies (#184)

* Updated README.md with alpine dependecies

* Updated README.md with alpine dependecies
This commit is contained in:
Eduardo 2019-07-28 21:41:04 +02:00 committed by Alex Gaynor
parent c283e6d608
commit dd4ca13821

View File

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