Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d527662 + 9bf8f29 commit f3bbb45Copy full SHA for f3bbb45
1 file changed
INSTALL.rst
@@ -77,6 +77,14 @@ development machine.
77
$ source env/bin/activate
78
$ pip install -r requirements/dev.txt
79
80
+
81
+Optionally, if you would like to have complete LSP support in your IDE, you can install the type checking dependencies:
82
83
+ .. code-block:: bash
84
85
+ $ pip install -r requirements/type-checking.txt
86
87
88
4. Install and build the frontend libraries:
89
90
.. code-block:: bash
0 commit comments