Skip to content

Commit

Permalink
Merge pull request grpc#982 from sahlberg/python-readme
Browse files Browse the repository at this point in the history
README: fix the path to the python requirements.txt file
  • Loading branch information
tbetbetbe committed Mar 9, 2015
2 parents 874e53a + 400349e commit f900704
Showing 1 changed file with 1 addition 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 -r requirements.txt
$ pip install -r src/python/requirements.txt
```

- Install gRPC Python
Expand Down

0 comments on commit f900704

Please sign in to comment.