Skip to content

Commit

Permalink
Replace pip install <package> with pip install -r requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
laoj2 committed Mar 6, 2024
1 parent 5b980da commit 23c598e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Assumes in your environment you:
- have access to use google storage APIs via Application Default Credentials (ADC)

You may need to do the following:
- run "pip install wget google-cloud-storage" to install storage client library dependencies. (Optionally, you can run this within a venv, i.e. `python3 -m venv ./venv && source ./venv/bin/activate && pip install ...`)
- run `pip install -r requirements.txt` to install the library dependencies. (Optionally, you can run this within a venv, i.e. `python3 -m venv ./venv && source ./venv/bin/activate && pip install ...`)
- run "gcloud auth application-default login" to enable ADC

For more information on running the google cloud storage API, see https://cloud.google.com/python/docs/reference/storage

0 comments on commit 23c598e

Please sign in to comment.