forked from wolfSSL/wolfssl
fixes wrapper path
This commit is contained in:
@ -45,6 +45,10 @@ To install wolfssl do:
|
|||||||
|
|
||||||
$ sudo ldconfig
|
$ sudo ldconfig
|
||||||
|
|
||||||
|
# or
|
||||||
|
|
||||||
|
$ export LD_LIBRARY_PATH=/usr/local/lib
|
||||||
|
|
||||||
|
|
||||||
wolfcrypt pip installation
|
wolfcrypt pip installation
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -72,7 +76,7 @@ To install ``wolfcrypt`` from sources:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ git clone git@github.com:wolfssl/wolfssl.git
|
$ git clone git@github.com:wolfssl/wolfssl.git
|
||||||
$ cd wolfssl/wrappers/python
|
$ cd wolfssl/wrapper/python
|
||||||
|
|
||||||
2. Build and install ``wolfcrypt``
|
2. Build and install ``wolfcrypt``
|
||||||
|
|
||||||
@ -100,6 +104,12 @@ Test ``wolfcrypt`` locally with ``tox``:
|
|||||||
|
|
||||||
$ pip install -r requirements-testing.txt
|
$ pip install -r requirements-testing.txt
|
||||||
|
|
||||||
|
or if you need admin privileges to use the install command:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
$ sudo -H pip install -r requirements-testing.txt
|
||||||
|
|
||||||
|
|
||||||
2. Call ``tox``:
|
2. Call ``tox``:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user