Skip to content

Commit

Permalink
Merge pull request grpc#5791 from sreecha/grpc_fixit
Browse files Browse the repository at this point in the history
DocFixit: Python README
  • Loading branch information
jtattermusch committed Mar 17, 2016
2 parents c2ce51f + 2f084ee commit 921f4b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ gRPC C Core library.
$ git clone https://github.com/grpc/grpc.git
$ cd grpc
$ git submodule update --init
$ make
$ make
$ [sudo] make install
```
9 changes: 5 additions & 4 deletions src/python/grpcio/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ package named :code:`python-dev`).

::

$ export REPO_ROOT=grpc
$ export REPO_ROOT=grpc # REPO_ROOT can be any directory of your choice
$ git clone https://github.com/grpc/grpc.git $REPO_ROOT
$ cd $REPO_ROOT
$ pip install .

Note that :code:`$REPO_ROOT` can be assigned to whatever directory name floats
your fancy.
# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -rrequirements.txt
$ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .


Troubleshooting
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 921f4b0

Please sign in to comment.