Add a line to the README with installation instructions for alpine on linux similar to [cryptography](https://cryptography.io/en/latest/installation.html#alpine) On docker I was able to confirm installation after adding these packages: ``` apk add --update python3 py-pip cmake python3-dev clang clang-dev openssl-dev gcc g++ libc-dev linux-headers ```