Skip to content

Commit 0cb4950

Browse files
authored
Update readme.md
1 parent 20260c2 commit 0cb4950

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

readme.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,35 @@ You can also run the training notebook on Google Colab.
4545

4646
### VSCode extension
4747

48-
1. Install npm packages
48+
1. Clone this repo
49+
50+
2. Install requirements from `requirements.txt`
51+
52+
3. Install npm packages
4953

5054
```shell
5155
cd vscode_extension
5256
npm install
5357
```
5458

55-
2. Open the project in vscode
59+
4. Open the project in vscode
5660

5761
```shell
5862
cd vscode_extension
5963
code .
6064
```
6165

62-
3. Start the server `python_autocomplete/serve.py`
66+
5. Start the server `python_autocomplete/serve.py`
6367

64-
4. Run the extension
68+
6. Run the extension
6569

6670
```
6771
Run -> Start Debugging
6872
```
6973

7074
This will open another VSCode editor window, with the extension
7175

72-
5. Create or open a python file and start editing!
76+
7. Create or open a python file and start editing!
7377

7478
### Sample
7579

0 commit comments

Comments
 (0)