We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88dae0 commit 0b6df3dCopy full SHA for 0b6df3d
1 file changed
bigquery_datatransfer/README.rst
@@ -47,7 +47,7 @@ Mac/Linux
47
pip install virtualenv
48
virtualenv <your-env>
49
source <your-env>/bin/activate
50
- <your-env>/bin/pip install google-cloud-bigquerydatatransfer
+ <your-env>/bin/pip install google-cloud-bigquery-datatransfer
51
52
53
Windows
@@ -58,7 +58,7 @@ Windows
58
59
60
<your-env>\Scripts\activate
61
- <your-env>\Scripts\pip.exe install google-cloud-bigquerydatatransfer
+ <your-env>\Scripts\pip.exe install google-cloud-bigquery-datatransfer
62
63
Preview
64
~~~~~~~
0 commit comments