diff --git a/wrapper/python/README.rst b/wrapper/python/README.rst index e2ebe1fad..82bf1352f 100644 --- a/wrapper/python/README.rst +++ b/wrapper/python/README.rst @@ -2,21 +2,24 @@ wolfcrypt: the wolfSSL Crypto Engine ==================================== -A Python wrapper which encapsulates the wolfCrypt API inside wolfSSL library +A Python wrapper which encapsulates the wolfCrypt API from wolfSSL library -**REQUIRES** [wolfSSL](https://github.com/wolfSSL/wolfssl) +1. Clone the repository and install wolfssl:: -1. Clone the repository:: - - - $ git clone git@github.com:wolfssl/wolfcrypt-py.git + $ git clone git@github.com:wolfssl/wolfssl.git + $ cd wolfssl + $ ./autogen.sh + $ ./configure + $ make + $ sudo make install 2. Make sure that ``cffi``, ``py.test``, and ``tox`` are installed:: + $ cd wrappers/python $ pip install -r requirements-testing.txt @@ -35,4 +38,4 @@ A Python wrapper which encapsulates the wolfCrypt API inside wolfSSL library ... _________________________________ summary _________________________________ py27: commands succeeded - congratulations :) \ No newline at end of file + congratulations :)