There was an error while loading. Please reload this page.
1 parent dc3f531 commit 1f15fe4Copy full SHA for 1f15fe4
1 file changed
spanner/README.rst
@@ -71,7 +71,7 @@ Mac/Linux
71
pip install virtualenv
72
virtualenv <your-env>
73
source <your-env>/bin/activate
74
- <your-env>/bin/pip install google-cloud-datastore
+ <your-env>/bin/pip install google-cloud-spanner
75
76
77
Windows
@@ -82,7 +82,7 @@ Windows
82
83
84
<your-env>\Scripts\activate
85
- <your-env>\Scripts\pip.exe install google-cloud-datastore
+ <your-env>\Scripts\pip.exe install google-cloud-spanner
86
87
88
Example Usage
0 commit comments