Skip to content
Snippets Groups Projects
Commit 10682b75 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #842 from nathanielmanistaatgoogle/simple-install-python

Simple installation instructions for Python.
parents 238cdbf2 89fccb7d
No related branches found
No related tags found
No related merge requests found
...@@ -37,3 +37,19 @@ Testing ...@@ -37,3 +37,19 @@ Testing
``` ```
$ tools/run_tests/run_python.sh $ 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