fixes wrapper path
This commit is contained in:
parent
347d80e879
commit
2a0adc74a0
@ -45,6 +45,10 @@ To install wolfssl do:
|
||||
|
||||
$ sudo ldconfig
|
||||
|
||||
# or
|
||||
|
||||
$ export LD_LIBRARY_PATH=/usr/local/lib
|
||||
|
||||
|
||||
wolfcrypt pip installation
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@ -72,7 +76,7 @@ To install ``wolfcrypt`` from sources:
|
||||
.. code-block:: console
|
||||
|
||||
$ git clone git@github.com:wolfssl/wolfssl.git
|
||||
$ cd wolfssl/wrappers/python
|
||||
$ cd wolfssl/wrapper/python
|
||||
|
||||
2. Build and install ``wolfcrypt``
|
||||
|
||||
@ -100,6 +104,12 @@ Test ``wolfcrypt`` locally with ``tox``:
|
||||
|
||||
$ 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``:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user