Skip to content

Commit a0d2795

Browse files
authored
Merge pull request #56 from zkoppert/zkoppert-patch-1
docs: update pip install instructions because https://snarky.ca/why-you-should-use-python-m-pip/
2 parents 3aaa76c + 4216dc5 commit a0d2795

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
@@ -66,7 +66,7 @@ We would :heart: contributions to improve this action. Please see [CONTRIBUTING.
6666
- Create a personal access token with repository permissions and workflow permissions
6767
- Copy the `.env-example` file to `.env`
6868
- Edit the `.env` file by adding your Personal Access Token to it and the desired organization
69-
- Install dependencies `pip install -r requirements.txt`
69+
- Install dependencies `python -m pip install -r requirements.txt`
7070
- Run the code `python3 enforcer.py`
7171
- Note the log output for details on any pull requests that were opened
7272
- After running locally this will have changed your git config user.name and user.email so those should be reset for this repository

0 commit comments

Comments
 (0)