diff --git a/wrapper/python/README.rst b/wrapper/python/README.rst index 8e81382cc..491750131 100644 --- a/wrapper/python/README.rst +++ b/wrapper/python/README.rst @@ -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``: