Skip to content

Commit 0b6df3d

Browse files
tswastlukesneeringer
authored andcommitted
bq-data-transfer: fix package name in readme (googleapis#4670)
1 parent e88dae0 commit 0b6df3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bigquery_datatransfer/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Mac/Linux
4747
pip install virtualenv
4848
virtualenv <your-env>
4949
source <your-env>/bin/activate
50-
<your-env>/bin/pip install google-cloud-bigquerydatatransfer
50+
<your-env>/bin/pip install google-cloud-bigquery-datatransfer
5151

5252

5353
Windows
@@ -58,7 +58,7 @@ Windows
5858
pip install virtualenv
5959
virtualenv <your-env>
6060
<your-env>\Scripts\activate
61-
<your-env>\Scripts\pip.exe install google-cloud-bigquerydatatransfer
61+
<your-env>\Scripts\pip.exe install google-cloud-bigquery-datatransfer
6262

6363
Preview
6464
~~~~~~~

0 commit comments

Comments
 (0)