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