Skip to content

Commit e2c7893

Browse files
author
Eric Koleda
authored
Merge pull request googleworkspace#14 from gsuitedevs/pip
Adds oauth2client module to READMEs
2 parents f3562ce + 915ada2 commit e2c7893

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

admin_sdk/directory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Directory API.
99
## Install
1010

1111
```
12-
pip install --upgrade google-api-python-client
12+
pip install --upgrade google-api-python-client oauth2client
1313
```
1414

1515
## Run

admin_sdk/reports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ that makes requests to the Google Admin SDK Reports API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

admin_sdk/reseller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ that makes requests to the Google Admin SDK Reseller API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

apps_script/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ that makes requests to the Google Apps Script API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

calendar/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makes requests to the Google Calendar API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

classroom/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makes requests to the Google Classroom API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

drive/driveapp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Step 2: Install the Google Client Library
2121

2222
To install the Google API Python Client on a system, you should use the `pip` command.
2323

24-
pip install --upgrade google-api-python-client
24+
pip install --upgrade google-api-python-client oauth2client
2525

2626
Alternatively, if you are using `virtualenv`, create the environment and install the client library.
2727

2828
virtualenv ve
29-
./ve/bin/pip install --upgrade google-api-python-client
29+
./ve/bin/pip install --upgrade google-api-python-client oauth2client
3030

3131
If you need to access the Google API Python Client from a Google App Engine
3232
project, you can follow the instructions

drive/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makes requests to the Drive V3 API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

gmail/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makes requests to the Gmail API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

people/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requests to the Google People API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client
11+
pip install --upgrade google-api-python-client oauth2client
1212
```
1313

1414
## Run

0 commit comments

Comments
 (0)