Skip to content

Commit 0c6b290

Browse files
Change install from git link in README to https (#12581)
GitHub has dropped support for the unauthenticated git protocol. See https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent 7cc1388 commit 0c6b290

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
@@ -84,7 +84,7 @@ Mypy can be installed using pip:
8484

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

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

8989

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

0 commit comments

Comments
 (0)