Thanks to visit codestin.com Credit goes to github.com
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
1 file changed
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