You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -470,7 +470,7 @@ jobs:
470
470
1. Copy `.env-example` to `.env`
471
471
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.
472
472
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`
474
474
1. Run `python3 ./issue_metrics.py`, which will output issue metrics data
0 commit comments