Skip to content

Commit e6178e9

Browse files
committed
update instructions for upload_image.py
1 parent 8e3cc4b commit e6178e9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

scripts/requirements-scripts.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/upload_image.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"""
44
Upload an image to Google Cloud.
55
6-
To use this:
7-
- `pip install -r scripts/requirements-scripts.txt`
8-
- Install the Google Cloud CLI (https://cloud.google.com/storage/docs/gsutil_install)
6+
Requires the following packages:
7+
pip install google-cloud-storage # NOLINT
8+
9+
Before running, you have to authenticate via the Google Cloud CLI:
10+
- Install it (https://cloud.google.com/storage/docs/gsutil_install)
911
- Set up credentials (https://cloud.google.com/storage/docs/gsutil_install#authenticate)
1012
"""
1113

0 commit comments

Comments
 (0)