Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdb6329

Browse files
committed
update requirements
1 parent d0aa4f7 commit cdb6329

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ 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.
19+
* optionally install `ctags` for Workspace Symbols, from [here](http://ctags.sourceforge.net/), or using `brew install ctags` on OSX.
2220
* If Python is in the current path
2321
+ You're ready to use it.
2422
* 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)