Skip to content

Commit

Permalink
Reminder to install jedi and ctags in Quick Start (#642)
Browse files Browse the repository at this point in the history
I added a concise mention of the dependency on jedi and ctags, and hints on how to install them, in the Quick Start section.
  • Loading branch information
shaypal5 authored and DonJayamanne committed Jan 16, 2017
1 parent d222a96 commit f0b3233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ An extension with rich support for the [Python language](https://www.python.org/

## Quick Start
* Install the extension
* Make sure `jedi` and `ctags` are installed.
+ Install `jedi` using `pip install jedi`.
+ Install `ctags` from [here](http://ctags.sourceforge.net/), or using `brew install ctags` on OSX.
* If Python is in the current path
+ You're ready to use it.
* 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))
Expand Down

0 comments on commit f0b3233

Please sign in to comment.