change document correspondingly.

This commit is contained in:
Shuduo Sang 2020-05-31 14:31:42 +08:00
parent 9ea0e2f770
commit d8c79e786b
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
3. mkdir debug; cd debug; cmake ..; make ; sudo make install 3. mkdir debug; cd debug; cmake ..; make ; sudo make install
4. pip install src/connector/python/linux/python2 ; pip3 install 4. pip install ../src/connector/python/linux/python2 ; pip3 install
src/connector/python/linux/python3 ../src/connector/python/linux/python3
> Note: Both Python2 and Python3 are currently supported by the Python test > Note: Both Python2 and Python3 are currently supported by the Python test
> framework. Since Python2 is no longer officially supported by Python Software > framework. Since Python2 is no longer officially supported by Python Software