File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5155cd vscode_extension
5256npm install
5357```
5458
55- 2 . Open the project in vscode
59+ 4 . Open the project in vscode
5660
5761``` shell
5862cd vscode_extension
5963code .
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```
6771Run -> Start Debugging
6872```
6973
7074This 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
You can’t perform that action at this time.
0 commit comments