Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3bbb45

Browse files
Merge pull request #6207 from open-formulieren/chore/docs-install-add-typechecking-instructions
📝 add typechecking install instructions
2 parents d527662 + 9bf8f29 commit f3bbb45

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

INSTALL.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ development machine.
7777
$ source env/bin/activate
7878
$ pip install -r requirements/dev.txt
7979
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+
8088
4. Install and build the frontend libraries:
8189

8290
.. code-block:: bash

0 commit comments

Comments
 (0)