Skip to content

Commit 4cc3f9a

Browse files
authored
Use GitHub's zipball as alternative to 'git+https' in README.md (#13208)
1 parent b0e59b2 commit 4cc3f9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ Mypy can be installed using pip:
8282

8383
python3 -m pip install -U mypy
8484

85-
If you want to run the latest version of the code, you can install from git:
85+
If you want to run the latest version of the code, you can install from the
86+
repo directly:
8687

8788
python3 -m pip install -U git+https://github.com/python/mypy.git
88-
89+
# or if you don't have 'git' installed
90+
python3 -m pip install -U https://github.com/python/mypy/zipball/master
8991

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

0 commit comments

Comments
 (0)