Skip to content

Commit a4400cb

Browse files
committed
adding doc for getVersion
1 parent 5ac31c2 commit a4400cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ Promise is rejected if there is a syntax error.
243243
Checks the syntax of the file and returns a promise.
244244
Promise is rejected if there is a syntax error.
245245

246+
#### `#getVersion(pythonPath?:string)`
247+
248+
Returns the python version. Optional pythonPath param to get the version
249+
of a specific python interpreter.
250+
246251
#### `#getVersionSync(pythonPath?:string)`
247252

248253
Returns the python version. Optional pythonPath param to get the version

0 commit comments

Comments
 (0)