Skip to content

Commit f0b3233

Browse files
shaypal5DonJayamanne
authored andcommitted
Reminder to install jedi and ctags in Quick Start (#642)
I added a concise mention of the dependency on jedi and ctags, and hints on how to install them, in the Quick Start section.
1 parent d222a96 commit f0b3233

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ An extension with rich support for the [Python language](https://www.python.org/
1616

1717
## Quick Start
1818
* 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.
1922
* If Python is in the current path
2023
+ You're ready to use it.
2124
* 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

Comments
 (0)