Skip to content

Commit

Permalink
Merge pull request grpc#842 from nathanielmanistaatgoogle/simple-inst…
Browse files Browse the repository at this point in the history
…all-python

Simple installation instructions for Python.
  • Loading branch information
nicolasnoble committed Feb 26, 2015
2 parents 238cdbf + 89fccb7 commit 10682b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 10682b7

Please sign in to comment.