浏览代码

Merge pull request #4623 from soltanmm/from-source

Add tox to Python build-from-source instructions.
Nathaniel Manista 9 年之前
父节点
当前提交
2428342ba4
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/python/README.md

+ 6 - 1
src/python/README.md

@@ -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
 
 
 - 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