~ubuntu-branches/ubuntu/wily/grpc/wily

« back to all changes in this revision

Viewing changes to src/python/src/README.rst

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2015-05-07 13:28:11 UTC
  • Revision ID: package-import@ubuntu.com-20150507132811-ybm4hfq73tnvvd2e
Tags: upstream-0.10.0
ImportĀ upstreamĀ versionĀ 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gRPC Python
 
2
===========
 
3
 
 
4
Package for GRPC Python.
 
5
 
 
6
Dependencies
 
7
------------
 
8
 
 
9
Ensure you have installed the gRPC core.  On Mac OS X, install homebrew_. On Linux, install linuxbrew_.
 
10
Run the following command to install gRPC Python.
 
11
 
 
12
::
 
13
 
 
14
  $ curl -fsSL https://goo.gl/getgrpc | bash -s python
 
15
 
 
16
This will download and run the [gRPC install script][] to install grpc core. The script then uses pip to install this package.  It also installs the Protocol Buffers compiler (_protoc_) and the gRPC _protoc_ plugin for python.
 
17
 
 
18
Otherwise, `install from source`_
 
19
 
 
20
.. _`install from source`: https://github.com/grpc/grpc/blob/master/src/python/README.md#building-from-source
 
21
.. _homebrew: http://brew.sh
 
22
.. _linuxbrew: https://github.com/Homebrew/linuxbrew#installation
 
23
.. _`gRPC install script`: https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install