Skip to content
Snippets Groups Projects
Commit a4ae4b57 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Add tox to Py build-from-source instructions

parent 383ffacb
Branches
Tags
No related merge requests found
...@@ -52,6 +52,11 @@ BUILDING FROM SOURCE ...@@ -52,6 +52,11 @@ BUILDING FROM SOURCE
--------------------- ---------------------
- Clone this repository - Clone this repository
- Install tox
```
$ sudo pip install tox
```
- Initialize the git submodules - Initialize the git submodules
``` ```
$ git submodule update --init $ git submodule update --init
...@@ -64,7 +69,7 @@ $ make ...@@ -64,7 +69,7 @@ $ make
- Use build_python.sh to build the Python code and install it into a virtual environment - Use build_python.sh to build the Python code and install it into a virtual environment
``` ```
$ CONFIG=opt tools/run_tests/build_python.sh 2.7 $ CONFIG=opt tools/run_tests/build_python.sh
``` ```
TESTING TESTING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment