Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 390fa6c

Browse filesBrowse files
committed
build: use best pip syntax in cheats
1 parent 19db169 commit 390fa6c
Copy full SHA for 390fa6c

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎igor.py

Copy file name to clipboardExpand all lines: igor.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,10 @@ def do_cheats():
446446

447447
print("\n## To run this code:")
448448
if facts.branch == "master":
449-
print(f"pip install git+{github}#{egg}")
449+
print(f"python3 -m pip install git+{github}#{egg}")
450450
else:
451-
print(f"pip install git+{github}@{facts.branch}#{egg}")
452-
print(f"pip install git+{github}@{facts.sha}#{egg}")
451+
print(f"python3 -m pip install git+{github}@{facts.branch}#{egg}")
452+
print(f"python3 -m pip install git+{github}@{facts.sha[:20]}#{egg}")
453453

454454
print(
455455
"\n## For other collaborators:\n"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.