You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,7 @@ An extension with rich support for the [Python language](https://www.python.org/
16
16
17
17
## Quick Start
18
18
* Install the extension
19
-
* Make sure `jedi` and `ctags` are installed.
20
-
+ Install `jedi` using `pip install jedi`.
21
-
+ Install `ctags` from [here](http://ctags.sourceforge.net/), or using `brew install ctags` on OSX.
19
+
* optionally install `ctags` for Workspace Symbols, from [here](http://ctags.sourceforge.net/), or using `brew install ctags` on OSX.
22
20
* If Python is in the current path
23
21
+ You're ready to use it.
24
22
* If using a custom Python Version or a Virtual Environment, use the command [```Select Workspace Interpreter```](https://github.com/DonJayamanne/pythonVSCode/wiki/Miscellaneous#select-an-interpreter))
0 commit comments