Skip to content

Commit 5d12b79

Browse files
authored
Merge pull request #123 from github/pip-doc-update
Correct pip command name
2 parents 96a7a3b + 79f9b35 commit 5d12b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ jobs:
470470
1. Copy `.env-example` to `.env`
471471
1. Fill out the `.env` file with a _token_ from a user that has access to the organization to scan (listed below). Tokens should have admin:org or read:org access.
472472
1. Fill out the `.env` file with the _search_query_ to filter issues by
473-
1. `pip install -r requirements.txt`
473+
1. `pip3 install -r requirements.txt`
474474
1. Run `python3 ./issue_metrics.py`, which will output issue metrics data
475475

476476
## License

0 commit comments

Comments
 (0)