Skip to content

Commit

Permalink
[readme] correct Alpine Linux installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka authored and jlaine committed Jun 25, 2022
1 parent 2aab9ec commit 7b3f24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ On Debian/Ubuntu run:
$ sudo apt install libssl-dev python3-dev
On Alpine Linux you will also need the following:
On Alpine Linux run:

.. code-block:: console
$ sudo apt install bsd-compat-headers libffi-dev
$ sudo apk add openssl-dev python3-dev bsd-compat-headers libffi-dev
OS X
....
Expand Down

0 comments on commit 7b3f24b

Please sign in to comment.