From 2a0adc74a061faf69e4a690f035128e73d5ce17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Mon, 16 May 2016 20:13:26 -0300 Subject: [PATCH] fixes wrapper path --- wrapper/python/README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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``: