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 b0e59b2 commit 4cc3f9aCopy full SHA for 4cc3f9a
README.md
@@ -82,10 +82,12 @@ Mypy can be installed using pip:
82
83
python3 -m pip install -U mypy
84
85
-If you want to run the latest version of the code, you can install from git:
+If you want to run the latest version of the code, you can install from the
86
+repo directly:
87
88
python3 -m pip install -U git+https://github.com/python/mypy.git
-
89
+ # or if you don't have 'git' installed
90
+ python3 -m pip install -U https://github.com/python/mypy/zipball/master
91
92
Now you can type-check the [statically typed parts] of a program like this:
93
0 commit comments