mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
docs: Simplify discussion of where mypy is installed.
This commit is contained in:
@@ -38,11 +38,8 @@ https://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/
|
|||||||
|
|
||||||
## Installing mypy
|
## Installing mypy
|
||||||
|
|
||||||
If you installed Zulip's development environment correctly, mypy
|
mypy is installed by default in the Zulip development environment. If
|
||||||
should already be installed inside the Python 3 virtualenv at
|
you'd like to install just the version of `mypy` that we're using
|
||||||
`zulip-py3-venv` (mypy only supports Python 3).
|
|
||||||
|
|
||||||
If you'd like to install just the version of `mypy` that we're using
|
|
||||||
(useful if e.g. you want `mypy` installed on your laptop outside the
|
(useful if e.g. you want `mypy` installed on your laptop outside the
|
||||||
Vagrant guest), you can do that with `pip install -r
|
Vagrant guest), you can do that with `pip install -r
|
||||||
requirements/mypy.txt`.
|
requirements/mypy.txt`.
|
||||||
|
|||||||
Reference in New Issue
Block a user