File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ Collect metrics from PyPI by running `pymetrics` on your computer. You need to p
6161 Therefore, you will need an authentication JSON file, which must be provided to you by a privileged admin.
6262 Once you have this JSON file, export the contents of the credentials file into a
6363 ` BIGQUERY_CREDENTIALS ` environment variable.
64- 2 . A set of Google Drive Credentials need to be provided in the format required by ` PyDrive ` . The
65- credentials must be passed via the ` PYDRIVE_CREDENTIALS ` environment variable.
66- - See [ instructions from PyDrive] ( https://pythonhosted.org/PyDrive/quickstart.html ) .
67- 3 . A list of PyPI projects for which to collect the download metrics, defined in a YAML file.
64+ 2 . A list of PyPI projects for which to collect the download metrics, defined in a YAML file.
6865 See [ config.yaml] ( ./config.yaml ) for an example.
66+ 3 . Optional. A set of Google Drive Credentials can be provided in the format required by ` PyDrive ` . The
67+ credentials can be passed via the ` PYDRIVE_CREDENTIALS ` environment variable.
68+ - See [ instructions from PyDrive] ( https://pythonhosted.org/PyDrive/quickstart.html ) .
6969
7070You can run pymetrics with the following CLI command:
7171
You can’t perform that action at this time.
0 commit comments