mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
updates python README
This commit is contained in:
@@ -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 :)
|
||||
congratulations :)
|
||||
|
Reference in New Issue
Block a user