From 66d41eee36204bd640a810b1012342d45000aa56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Thu, 28 Apr 2016 13:36:41 -0300 Subject: [PATCH] updates python README --- wrapper/python/README.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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 :)