Skip to content
Snippets Groups Projects
Commit 89fccb7d authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Simple installation instructions for Python.

parent bc53734c
No related branches found
No related tags found
No related merge requests found
......@@ -37,3 +37,19 @@ Testing
```
$ tools/run_tests/run_python.sh
```
Installing
-----------------------
- [Install the gRPC core](https://github.com/grpc/grpc/blob/master/INSTALL)
- Install gRPC Python's dependencies
```
$ pip install enum34==1.0.4 futures==2.2.0 protobuf==3.0.0-alpha-1
```
- Install gRPC Python
```
$ pip install src/python/src
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment