updates python README

This commit is contained in:
Moisés Guimarães
2016-04-28 13:36:41 -03:00
parent d8309ab624
commit 66d41eee36

View File

@@ -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/wolfssl.git
$ cd wolfssl
$ ./autogen.sh
$ git clone git@github.com:wolfssl/wolfcrypt-py.git $ ./configure
$ make
$ sudo make install
2. Make sure that ``cffi``, ``py.test``, and ``tox`` are installed:: 2. Make sure that ``cffi``, ``py.test``, and ``tox`` are installed::
$ cd wrappers/python
$ pip install -r requirements-testing.txt $ pip install -r requirements-testing.txt
@@ -35,4 +38,4 @@ A Python wrapper which encapsulates the wolfCrypt API inside wolfSSL library
... ...
_________________________________ summary _________________________________ _________________________________ summary _________________________________
py27: commands succeeded py27: commands succeeded
congratulations :) congratulations :)