mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
fixes install steps
This commit is contained in:
@@ -63,17 +63,26 @@ To install ``wolfcrypt`` with ``pip``:
|
|||||||
wolfcrypt source installation
|
wolfcrypt source installation
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
**Before** proceeding with installation, you can test ``wolfcrypt`` locally with
|
1. Get the sources:
|
||||||
``tox``:
|
|
||||||
|
|
||||||
1. Make sure that the testing requirements are installed:
|
.. code-block:: console
|
||||||
|
|
||||||
|
$ git clone git@github.com:wolfssl/wolfssl.git
|
||||||
|
$ cd wolfssl/wrapper/python
|
||||||
|
|
||||||
|
|
||||||
|
**Before** proceeding with installation, you can test ``wolfcrypt`` locally with
|
||||||
|
``tox``. If you don't want to run the tests, jump to step 4 instead.
|
||||||
|
|
||||||
|
|
||||||
|
2. Make sure that the testing requirements are installed:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ sudo -H pip install -r requirements-testing.txt
|
$ sudo -H pip install -r requirements-testing.txt
|
||||||
|
|
||||||
|
|
||||||
2. Run ``tox``:
|
3. Run ``tox``:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@@ -90,14 +99,8 @@ Note that some tests might be skipped if you don't have the proper interpreter.
|
|||||||
|
|
||||||
**Now**, to install ``wolfcrypt`` from sources:
|
**Now**, to install ``wolfcrypt`` from sources:
|
||||||
|
|
||||||
1. Get the sources:
|
|
||||||
|
|
||||||
.. code-block:: console
|
4. Build and install ``wolfcrypt``
|
||||||
|
|
||||||
$ git clone git@github.com:wolfssl/wolfssl.git
|
|
||||||
$ cd wolfssl/wrapper/python
|
|
||||||
|
|
||||||
2. Build and install ``wolfcrypt``
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user