Skip to content

Commit

Permalink
Merge pull request #123 from github/pip-doc-update
Browse files Browse the repository at this point in the history
Correct pip command name
  • Loading branch information
zkoppert authored Sep 18, 2023
2 parents 96a7a3b + 79f9b35 commit 5d12b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ jobs:
1. Copy `.env-example` to `.env`
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.
1. Fill out the `.env` file with the _search_query_ to filter issues by
1. `pip install -r requirements.txt`
1. `pip3 install -r requirements.txt`
1. Run `python3 ./issue_metrics.py`, which will output issue metrics data

## License
Expand Down

0 comments on commit 5d12b79

Please sign in to comment.