Skip to content

Commit 4212071

Browse files
committed
Updated installation instructions to include a note about installing node.
1 parent 183c0ef commit 4212071

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ For rich Python editing and debugging capabilities with Visual Studio Code, be s
3232
## Installation
3333
You can install the latest-published version of the Pyright VS Code extension directly from VS Code. Simply open the extensions panel and search for `pyright`.
3434

35-
The latest version of the command-line tool can be installed with npm. To install it globally:
35+
The latest version of the command-line tool can be installed with npm, which is part of node. If you don't have a recent version of node on your system, install that first from [nodejs.org](nodejs.org).
36+
37+
To install pyright globally:
3638
`npm install -g pyright`
3739

3840
On MacOS or Linux, sudo is required to install globally:

0 commit comments

Comments
 (0)