Moved pip dependencies into requirements.txt .

This allows for easier scripting and updates.
pull/904/head
Misha Brukman 10 years ago
parent fe3c37c281
commit 53f101a7a9
  1. 2
      src/python/README.md
  2. 3
      src/python/requirements.txt

@ -46,7 +46,7 @@ Installing
- Install gRPC Python's dependencies
```
$ pip install enum34==1.0.4 futures==2.2.0 protobuf==3.0.0-alpha-1
$ pip install -r requirements.txt
```
- Install gRPC Python

@ -0,0 +1,3 @@
enum34==1.0.4
futures==2.2.0
protobuf==3.0.0-alpha-1
Loading…
Cancel
Save