Skip to content

Commit c93e70a

Browse files
committed
Mention optional deps in docs
1 parent f309019 commit c93e70a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/getting_started.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ you can install mypy with:
1313
1414
$ python3 -m pip install mypy
1515
16+
Optionally you can install extra dependencies for daemon server with:
17+
18+
.. code-block:: text
19+
20+
$ python3 -m pip install mypy[dmypy]
21+
1622
Installing from source
1723
**********************
1824

0 commit comments

Comments
 (0)