Skip to content

Commit

Permalink
Correction to the pip install command (#6198)
Browse files Browse the repository at this point in the history
The current `pip install` command incorrectly references `google-cloud-datastore`, this PR is correcting the `pip install` instructions to correctly reference `google-cloud-videointelligence`
  • Loading branch information
Ben-Chapman authored and crwilcox committed Oct 11, 2018
1 parent c186a79 commit c0adc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions videointelligence/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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-videointelligence
Windows
^^^^^^^
Expand All @@ -70,7 +70,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-videointelligence
Example Usage
~~~~~~~~~~~~~
Expand Down

0 comments on commit c0adc48

Please sign in to comment.