Skip to content

Commit

Permalink
Moved pip dependencies into requirements.txt .
Browse files Browse the repository at this point in the history
This allows for easier scripting and updates.
  • Loading branch information
mbrukman committed Mar 2, 2015
1 parent fe3c37c commit 53f101a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions src/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
enum34==1.0.4
futures==2.2.0
protobuf==3.0.0-alpha-1

0 comments on commit 53f101a

Please sign in to comment.