Skip to content

Commit

Permalink
Fix installation package in README.rst (#6426)
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman authored and tseaver committed Nov 6, 2018
1 parent c32ea0f commit 05b4794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-translate/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-datastore
<your-env>/bin/pip install google-cloud-translate
Windows
Expand All @@ -72,7 +72,7 @@ Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-datastore
<your-env>\Scripts\pip.exe install google-cloud-translate
Example Usage
Expand Down

0 comments on commit 05b4794

Please sign in to comment.