Skip to content

Commit 5d12ae5

Browse files
authored
Update readme.md
1 parent 0cb4950 commit 5d12ae5

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

readme.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,28 @@ You can also run the training notebook on Google Colab.
5151

5252
3. Install npm packages
5353

54+
You need to have [Node.JS](https://nodejs.dev/) installed
55+
5456
```shell
5557
cd vscode_extension
5658
npm install
5759
```
5860

59-
4. Open the project in vscode
61+
4. Start the server `python_autocomplete/serve.py`
62+
63+
5. Open the project in [VSCode](https://code.visualstudio.com/)
6064

6165
```shell
6266
cd vscode_extension
6367
code .
6468
```
6569

66-
5. Start the server `python_autocomplete/serve.py`
70+
Or you can start VSCode and open the project with `File > Open`
6771

68-
6. Run the extension
72+
6. Run the extension from VSCode
6973

7074
```
71-
Run -> Start Debugging
75+
Run > Start Debugging
7276
```
7377

7478
This will open another VSCode editor window, with the extension

0 commit comments

Comments
 (0)