Updated README.md with alpine dependecies (#184)
* Updated README.md with alpine dependecies * Updated README.md with alpine dependecies
This commit is contained in:
parent
c283e6d608
commit
dd4ca13821
@ -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
|
||||
============
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user