From 7f71c526f68dd3ca42cc212b680c65621806d068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Fri, 3 Jun 2016 10:36:00 -0300 Subject: [PATCH] adds python3 support --- wrapper/python/README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wrapper/python/README.rst b/wrapper/python/README.rst index a6dc59ab4..87121192b 100644 --- a/wrapper/python/README.rst +++ b/wrapper/python/README.rst @@ -91,7 +91,7 @@ Installing ``wolfcrypt`` : .. code-block:: console - sudo apt-get install -y python-dev python-pip libffi-dev + sudo apt-get install -y python-dev python3-dev python-pip libffi-dev sudo -H pip install wolfcrypt @@ -99,7 +99,7 @@ Installing ``wolfcrypt`` : .. code-block:: console - sudo yum install -y python-devel python-pip libffi-devel + sudo yum install -y python-devel python3-devel python-pip libffi-devel sudo -H pip install wolfcrypt @@ -139,4 +139,6 @@ WOLFSSL_DIR is the path of ``wolfssl``'s source code. py35: commands succeeded congratulations :) -Note that some tests might be skipped if you don't have the proper interpreter. +Note: the test is performed using multiple versions of python. If you are +missing a version the test will be skipped with an **InterpreterNotFound +error**.