Skip to content

Commit 081f562

Browse files
committed
README and LICENSE tweaks
1 parent 4fe6a03 commit 081f562

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

LICENSE.txt LICENSE

File renamed without changes.

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PyXT: Python eXTensions for VS Code
22

3-
A framework for writing Python extensions for VS Code.
4-
53
## Installation and setup
64

75
See [Packaging](#packaging) below for instructions to build the .vsix file.
@@ -17,14 +15,11 @@ See [Packaging](#packaging) below for instructions to build the .vsix file.
1715
https://github.com/millerdev/PyXT/raw/master/requirements.txt
1816
```
1917
- Install the extension in VS Code
20-
```sh
21-
code --install-extension ./pyxt-X.Y.Z.vsix
22-
```
2318
- Reload VS Code
2419
- Open Settings in VS Code and search for `pyxt.pythonPath`. Set the value to
2520
the path of the `python` executable in the virtualenv created above. Something
2621
like `/path/to/your/virtualenv/bin/python`.
27-
- Reload VS Code again? (not sure if this is necessary)
22+
- Reload VS Code
2823

2924
## Usage
3025

@@ -153,3 +148,9 @@ Build .vsix package
153148
```sh
154149
npm run pkg
155150
```
151+
152+
Install the extension in VS Code
153+
154+
```sh
155+
code --install-extension ./pyxt-X.Y.Z.vsix
156+
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Python eXTensions for VS Code",
55
"author": "Daniel Miller",
66
"repository": "https://github.com/millerdev/pyxt",
7-
"license": "SEE LICENSE.txt",
7+
"license": "See LICENSE file",
88
"homepage": "https://github.com/millerdev/pyxt",
99
"version": "0.1.0",
1010
"publisher": "millerdev",

0 commit comments

Comments
 (0)