We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc1388 commit 0c6b290Copy full SHA for 0c6b290
README.md
@@ -84,7 +84,7 @@ Mypy can be installed using pip:
84
85
If you want to run the latest version of the code, you can install from git:
86
87
- python3 -m pip install -U git+git://github.com/python/mypy.git
+ python3 -m pip install -U git+https://github.com/python/mypy.git
88
89
90
Now you can type-check the [statically typed parts] of a program like this:
0 commit comments