We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
upload_image.py
1 parent 8e3cc4b commit e6178e9Copy full SHA for e6178e9
scripts/requirements-scripts.txt
scripts/upload_image.py
@@ -3,9 +3,11 @@
3
"""
4
Upload an image to Google Cloud.
5
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)
+Requires the following packages:
+ pip install google-cloud-storage # NOLINT
+
9
+Before running, you have to authenticate via the Google Cloud CLI:
10
+- Install it (https://cloud.google.com/storage/docs/gsutil_install)
11
- Set up credentials (https://cloud.google.com/storage/docs/gsutil_install#authenticate)
12
13
0 commit comments