Skip to content

Commit 1f15fe4

Browse files
daniellehankstseaver
authored andcommitted
Fix README to install spanner instead of datastore. (#7301)
1 parent dc3f531 commit 1f15fe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spanner/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Mac/Linux
7171
pip install virtualenv
7272
virtualenv <your-env>
7373
source <your-env>/bin/activate
74-
<your-env>/bin/pip install google-cloud-datastore
74+
<your-env>/bin/pip install google-cloud-spanner
7575
7676
7777
Windows
@@ -82,7 +82,7 @@ Windows
8282
pip install virtualenv
8383
virtualenv <your-env>
8484
<your-env>\Scripts\activate
85-
<your-env>\Scripts\pip.exe install google-cloud-datastore
85+
<your-env>\Scripts\pip.exe install google-cloud-spanner
8686
8787
8888
Example Usage

0 commit comments

Comments
 (0)