File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Getting started
6
6
Installation
7
7
************
8
8
9
- Mypy requires Python 3.3 or later. Once you've `installed Python 3 <https://www.python.org/downloads/ >`_, you can install mypy with:
9
+ Mypy requires Python 3.3 or later. Once you've `installed Python 3 <https://www.python.org/downloads/ >`_,
10
+ you can install mypy with:
10
11
11
12
.. code-block :: text
12
13
@@ -15,10 +16,11 @@ Mypy requires Python 3.3 or later. Once you've `installed Python 3 <https://www
15
16
Installing from source
16
17
**********************
17
18
18
- To install mypy from source, clone the github repository and then run pip install locally:
19
+ To install mypy from source, clone the github repository and then run
20
+ ``pip install `` locally:
19
21
20
22
.. code-block :: text
21
23
22
- $ git clone https://github.com/python/mypy.git
24
+ $ git clone --recurse-submodules https://github.com/python/mypy.git
23
25
$ cd mypy
24
26
$ sudo python3 -m pip install --upgrade .
You can’t perform that action at this time.
0 commit comments