Mypy-3.sh
· 175 B · Bash
Orginalformat
python3 -m pip install -U git+https://github.com/python/mypy.git
# or if you don't have 'git' installed
python3 -m pip install -U https://github.com/python/mypy/zipball/master
1 | python3 -m pip install -U git+https://github.com/python/mypy.git |
2 | # or if you don't have 'git' installed |
3 | python3 -m pip install -U https://github.com/python/mypy/zipball/master |