Skip to content

Commit d4f6f79

Browse files
committed
fix readme
1 parent 98503ca commit d4f6f79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

7070
You can run pymetrics with the following CLI command:
7171

0 commit comments

Comments
 (0)