Skip to content

Commit a060820

Browse files
committed
updated readme to configure python path
1 parent 6f777b5 commit a060820

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Python
22
Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
3-
3+
4+
##[Wiki](https://github.com/DonJayamanne/pythonVSCode/wiki)
5+
Once installed, do remember to [configure the path](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version) to the python executable.
6+
47
##Features
58
* Linting (PyLint, Pep8, Flake8 with config files and plugins)
69
* Intellisense and autocompletion
@@ -16,8 +19,6 @@ Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-comple
1619
* Sorting imports
1720
* Snippets
1821

19-
##[Wiki](https://github.com/DonJayamanne/pythonVSCode/wiki)
20-
2122
##[Issues and Feature Requests](https://github.com/DonJayamanne/pythonVSCode/issues)
2223
* Support for Virtual Environments (in development)
2324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, auto-completion, code formatting, snippets, and more.",
5-
"version": "0.3.2",
5+
"version": "0.3.3",
66
"publisher": "donjayamanne",
77
"license": "SEE LICENSE IN LICENSE or README.MD",
88
"homepage": "https://github.com/DonJayamanne/pythonVSCode/blob/master/README.md",

0 commit comments

Comments
 (0)