Skip to content

Commit a020fc5

Browse files
committed
reformat readme
1 parent 2ef8d86 commit a020fc5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22

33
Requires py3.8 and up.
44

5+
## Setup
6+
57
Install dependecies:
6-
```
8+
```sh
79
pip install -r requirements.txt
810
```
911

12+
## Update types
13+
1014
Download the latest json schema:
11-
```
15+
```sh
1216
python ./download_schemas.py
1317
```
1418

1519
Generate the types:
16-
```
20+
```sh
1721
python ./generate.py
1822
```
1923
Copy the `lsp_types.py` file to your project.

0 commit comments

Comments
 (0)