From 3dcccf221ead4b3143208fc2a1631336d6186e45 Mon Sep 17 00:00:00 2001 From: geo7 Date: Sat, 26 Jun 2021 13:54:48 +0100 Subject: [PATCH] Update getting_started.rst (#10720) Installation instruction example for requests (https://mypy.readthedocs.io/en/stable/getting_started.html#library-stubs-and-typeshed) wasn't showing up in documentation due to missing `shell`. --- docs/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index d180fcd70f3c..12dfba2add93 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -351,7 +351,7 @@ additional stubs using pip (see :ref:`fix-missing-imports` and :ref:`installed-packages` for the details). For example, you can install the stubs for the ``requests`` package like this: -.. code-block:: +.. code-block:: shell python3 -m pip install types-requests