diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2016-01-05 13:24:08 -0800 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2016-01-05 13:24:08 -0800 |
commit | a4ae4b570caf77e394070ae324dd8798e0a5e95c (patch) | |
tree | 278d80292f6da15d3c929480b793466bf77959ae | |
parent | 383ffacb00c33115af4509937d0733d0badeac6a (diff) |
Add tox to Py build-from-source instructions
-rw-r--r-- | src/python/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/python/README.md b/src/python/README.md index a3133b5aad..8b167659ff 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -52,6 +52,11 @@ BUILDING FROM SOURCE --------------------- - Clone this repository +- Install tox +``` +$ sudo pip install tox +``` + - Initialize the git submodules ``` $ git submodule update --init @@ -64,7 +69,7 @@ $ make - 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 |