Y
Hacker News
new
|
ask
|
show
|
jobs
by
Peyphour
2582 days ago
Is there a guarantee that `pip install` download the exact same script as the GitHub one ? If not it seems risky.
1 comments
alexmorley
2582 days ago
You can do pip install git+
https://github_repo_url
if you want
link