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

Temporary fix on Python doc to alleviate confusion

cc grpc/grpc-common#274, #2896
parent 6e869449
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,19 @@ BUILDING FROM SOURCE
---------------------
- Clone this repository
- Initialize the git submodules
```
$ git submodule update --init
```
- Make the libraries
```
$ make
```
- Use build_python.sh to build the Python code and install it into a virtual environment
```
$ tools/run_tests/build_python.sh
$ CONFIG=opt tools/run_tests/build_python.sh 2.7
```
TESTING
......@@ -62,7 +72,7 @@ TESTING
- Use run_python.sh to run gRPC as it was installed into the virtual environment
```
$ tools/run_tests/run_python.sh
$ CONFIG=opt PYVER=2.7 tools/run_tests/run_python.sh
```
PACKAGING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment