We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef8d86 commit a020fc5Copy full SHA for a020fc5
1 file changed
README.md
@@ -2,18 +2,22 @@
2
3
Requires py3.8 and up.
4
5
+## Setup
6
+
7
Install dependecies:
-```
8
+```sh
9
pip install -r requirements.txt
10
```
11
12
+## Update types
13
14
Download the latest json schema:
15
16
python ./download_schemas.py
17
18
19
Generate the types:
20
21
python ./generate.py
22
23
Copy the `lsp_types.py` file to your project.
0 commit comments