summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEduardo <eduardo.a.enriquez@gmail.com>2019-07-28 21:41:04 +0200
committerAlex Gaynor <alex.gaynor@gmail.com>2019-07-28 15:41:04 -0400
commitdd4ca13821224ca925cfbdd13ffe8b8fb1df481a (patch)
treeeee3e3b504db58bbf668c5739b988fcd9d29c9e8 /README.rst
parentc283e6d608f3af429e4cbbadc847208dd09ac304 (diff)
downloadpy-bcrypt-git-dd4ca13821224ca925cfbdd13ffe8b8fb1df481a.tar.gz
Updated README.md with alpine dependecies (#184)
* Updated README.md with alpine dependecies * Updated README.md with alpine dependecies
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
============