Skip to content

Commit 9f53668

Browse files
authored
Replace pip install <package> with pip install -r requirements.txt (#312)
1 parent c4a9a7b commit 9f53668

File tree

1 file changed

+1
-1
lines changed
  • benchmarks/benchmark/dataset/ShareGPT_v3_unflitered_cleaned_split

1 file changed

+1
-1
lines changed

benchmarks/benchmark/dataset/ShareGPT_v3_unflitered_cleaned_split/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Assumes in your environment you:
2323
- have access to use google storage APIs via Application Default Credentials (ADC)
2424

2525
You may need to do the following:
26-
- 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 ...`)
26+
- 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 ...`)
2727
- run "gcloud auth application-default login" to enable ADC
2828

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

0 commit comments

Comments
 (0)