Skip to content

Commit

Permalink
Merge pull request #357 from Gee19/master
Browse files Browse the repository at this point in the history
Add alpine linux install instructions
  • Loading branch information
J-M0 committed Dec 11, 2020
2 parents 8609246 + d4408b4 commit cf87d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/installation.rst
Expand Up @@ -47,6 +47,10 @@ For Debian/Ubuntu, these requirements can be installed like so::

$ sudo apt install build-essential libssl-dev libffi-dev python-dev

For Alpine linux, the build requirements can be installed like so::

$ apk add build-base libressl-dev libffi-dev python-dev

You may need to install ``python3-dev`` if you are using PGPy on Python 3.

For Fedora/RHEL derivatives, the build requirements can be installed like so::
Expand Down

0 comments on commit cf87d55

Please sign in to comment.