Skip to content

Commit

Permalink
README: fix the path to the python requirements.txt file
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Mar 7, 2015
1 parent 3631e82 commit 400349e
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 400349e

Please sign in to comment.