Skip to content

Commit 71bc2f6

Browse files
authored
docs: update pip install instructions
because https://snarky.ca/why-you-should-use-python-m-pip/
1 parent ddecbb3 commit 71bc2f6

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
@@ -52,7 +52,7 @@ jobs:
5252
1. Fill out the `.env` file with the exact _topic_ name you are searching for
5353
1. Fill out the `.env` file with the exact _organization_ that you want to search in
5454
1. (Optional) Fill out the `.env` file with the exact _URL_ of the GitHub Enterprise that you want to search in. Keep empty if you want to search in the public `github.com`.
55-
1. `pip install -r requirements.txt`
55+
1. `python -m pip install -r requirements.txt`
5656
1. Run `python3 ./crawler.py`, which will create a `repos.json` file containing the relevant metadata for the GitHub repos for the given _topic_
5757
1. Copy `repos.json` to your instance of the [SAP-InnerSource-Portal][SAP-InnerSource-Portal] and launch the portal as outlined in their installation instructions
5858

0 commit comments

Comments
 (0)