Skip to content

Commit 595ee90

Browse files
authored
Fix README for GDT and GDTCCT (#4968)
* Fix a mistake * Update README.md
1 parent 59055cd commit 595ee90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoogleDataTransport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ telemetry from Google SDKs.
77

88
- `gem install --user cocoapods cocoapods-generate`
99
- `brew install protobuf nanopb-generator`
10-
- `easy_install protobuf python`
10+
- `easy_install --user protobuf`
1111

1212
## To develop
1313

GoogleDataTransportCCTSupport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ telemetry from Google SDKs.
77

88
- `gem install --user cocoapods cocoapods-generate`
99
- `brew install protobuf nanopb-generator`
10-
- `easy_install protobuf python`
10+
- `easy_install --user protobuf`
1111

1212
## To develop
1313

0 commit comments

Comments
 (0)