Skip to content
Snippets Groups Projects
Commit 1894f188 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

update installation instructions, review feedback

parent 5329e4bd
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \ ...@@ -18,13 +18,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee -a /etc/apt/sources.list sudo tee -a /etc/apt/sources.list
``` ```
Install the gRPC debian package Install the gRPC Debian package
```sh ```sh
sudo apt-get update sudo apt-get update
sudo apt-get install libgrpc-dev sudo apt-get install libgrpc-dev
``` ```
Install the gRPC NPM package
```sh
npm install grpc
```
**Mac OS X** **Mac OS X**
Install [homebrew][]. Run the following command to install gRPC Node.js. Install [homebrew][]. Run the following command to install gRPC Node.js.
......
...@@ -39,7 +39,7 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \ ...@@ -39,7 +39,7 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee -a /etc/apt/sources.list sudo tee -a /etc/apt/sources.list
``` ```
Install the gRPC debian package Install the gRPC Debian package
```sh ```sh
sudo apt-get update sudo apt-get update
......
...@@ -23,7 +23,7 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \ ...@@ -23,7 +23,7 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee -a /etc/apt/sources.list sudo tee -a /etc/apt/sources.list
``` ```
Install the gRPC debian package Install the gRPC Debian package
```sh ```sh
sudo apt-get update sudo apt-get update
...@@ -31,6 +31,7 @@ sudo apt-get install libgrpc-dev ...@@ -31,6 +31,7 @@ sudo apt-get install libgrpc-dev
``` ```
Install the gRPC Python module Install the gRPC Python module
```sh ```sh
sudo pip install grpcio sudo pip install grpcio
``` ```
......
...@@ -26,13 +26,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \ ...@@ -26,13 +26,19 @@ echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | \
sudo tee -a /etc/apt/sources.list sudo tee -a /etc/apt/sources.list
``` ```
Install the gRPC debian package Install the gRPC Debian package
```sh ```sh
sudo apt-get update sudo apt-get update
sudo apt-get install libgrpc-dev sudo apt-get install libgrpc-dev
``` ```
Install the gRPC Ruby package
```sh
gem install grpc
```
**Mac OS X** **Mac OS X**
Install [homebrew][]. Run the following command to install gRPC Ruby. Install [homebrew][]. Run the following command to install gRPC Ruby.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment