aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Ronnie Sahlberg <ronniesahlberg@gmail.com>2015-03-07 09:33:09 -0800
committerGravatar Ronnie Sahlberg <ronniesahlberg@gmail.com>2015-03-07 09:33:09 -0800
commit400349ea4d4f3418202919191e9920ac1666b90b (patch)
tree53ca1fc8a9ffaeec30b6a34a3c103dc29836a99f /src
parent3631e82c890de1ff0382ab3062b2d05193604046 (diff)
README: fix the path to the python requirements.txt file
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/README.md b/src/python/README.md
index 490a229d1d..c8057be38b 100644
--- a/src/python/README.md
+++ b/src/python/README.md
@@ -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