Skip to content

Commit

Permalink
Change install from git link in README to https (#12581)
Browse files Browse the repository at this point in the history
GitHub has dropped support for the unauthenticated git protocol. See
https://github.blog/2021-09-01-improving-git-protocol-security-github/
  • Loading branch information
VincentVanlaer authored Apr 13, 2022
1 parent 7cc1388 commit 0c6b290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Mypy can be installed using pip:

If you want to run the latest version of the code, you can install from git:

python3 -m pip install -U git+git://github.com/python/mypy.git
python3 -m pip install -U git+https://github.com/python/mypy.git


Now you can type-check the [statically typed parts] of a program like this:
Expand Down

0 comments on commit 0c6b290

Please sign in to comment.