Skip to content

Commit 17f73a3

Browse files
committed
Add info about virtualenvs
1 parent e797bc7 commit 17f73a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-comple
44
##[Wiki](https://github.com/DonJayamanne/pythonVSCode/wiki)
55
Once installed, do remember to [configure the path](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version) to the python executable.
66

7+
If you're working in a [virtualenv](https://virtualenv.readthedocs.org/), you can reference the `python` interpreter from your virtualenv (ie `~/.virtualenvs/XXX/bin/python`).
8+
79
##Features
810
* Linting (PyLint, Pep8, Flake8, pydocstyle with config files and plugins)
911
* Intellisense and autocompletion

0 commit comments

Comments
 (0)