Skip to content

Commit 7b05732

Browse files
authored
Updates for v0.2
Updates to include - Execution - Python discovery - Install - setting default Python Platform
1 parent e716b08 commit 7b05732

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,26 @@ Once more development is more mature, expectations is a release will be availabl
1212
- Python Colorization (via textmate grammar)
1313
- Auto completion leveraging the Python LSP
1414
- Python Hints/Tips leveraging the Python LSP
15+
- Python Platform Configuration and Installation
16+
- Python Execution Functionality
1517

1618
# How to install it
1719
- Installation requires [Python](https://www.python.org/) to be installed
1820
- Installation of following python LSP related module to be installed in g
1921
-- python -m pip install python-language-server[all]
2022
--- For additional details on the [Python LSP server](https://pypi.org/project/python-language-server/)
2123
- Compile python4nb from source and install module within given Netbeans setup
24+
- Open Tools...Python Platform...select python instance where LSP server module installed
2225

2326
# Change process
2427
- Changes will be tracked using [project's github issues](https://github.com/ebresie/python4nb/issues).
2528
- Upon completion of updates for given issues, a pull request will be made, reviewed, and upon completion integrated into the master branch in github for coming release.
2629

2730
# Change log
31+
## Release 0.2
32+
- [Python Platform Configuration and Installation](https://github.com/ebresie/python4nb/issues/3)
33+
- [Python Execution Functionality](https://github.com/ebresie/python4nb/issues/4)
34+
2835
## Release 0.1
2936
- Python Colorization (via textmate gramer)
3037
- Auto completion leveraging the Python LSP
@@ -34,8 +41,6 @@ For version, will attempt to comply with major/minor/patch versioning as defined
3441

3542
## TODO (For more specifics details, see [project issue area](https://github.com/ebresie/python4nb/issues):
3643
- [Complete Python Project functionality](https://github.com/ebresie/python4nb/issues/8)
37-
- [Complete Python Platform Configuration and Installation](https://github.com/ebresie/python4nb/issues/3)
38-
- [Complete Python Execution Functionality](https://github.com/ebresie/python4nb/issues/4)
3944
- [Complete Python Debugging](https://github.com/ebresie/python4nb/issues/5)
4045
- [Complete Python Module Management](https://github.com/ebresie/python4nb/issues/6)
4146
- [Complete Unit Test functionality](https://github.com/ebresie/python4nb/issues/7)

0 commit comments

Comments
 (0)