You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#Python
1
+
#Python
2
2
3
3
An extension with rich support for the [Python language](https://www.python.org/), with features including the following and more:
4
4
* Linting ([Prospector](https://pypi.io/project/prospector/), [Pylint](https://pypi.io/project/pylint/), [pycodestyle](https://pypi.io/project/pycodestyle/)/Pep8, [Flake8](https://pypi.io/project/flake8/), [pydocstyle](https://pypi.io/project/pydocstyle/) with config files and plugins)
@@ -13,23 +13,23 @@ An extension with rich support for the [Python language](https://www.python.org/
13
13
* Sorting imports
14
14
* Snippets
15
15
16
-
##Quick Start
16
+
##Quick Start
17
17
* Install the extension
18
18
* If Python is in the current path
19
19
+ You're ready to use it.
20
20
* If using a custom Python Version or a Virtual Environment
21
21
+ Configure the path to the python executable in `python.pythonPath` of the `settings.json` file ([further details here](https://github.com/DonJayamanne/pythonVSCode/wiki/Python-Path-and-Version#python-version-used-for-intellisense-autocomplete-linting-formatting-etc))
0 commit comments