We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d887d commit 7d9de76Copy full SHA for 7d9de76
README.md
@@ -61,7 +61,6 @@ import {PythonShell} from 'python-shell';
61
let options = {
62
mode: 'text',
63
pythonPath: 'path/to/python',
64
- pythonOptions: ['-u'], // get print results in real-time
65
scriptPath: 'path/to/my/scripts',
66
args: ['value1', 'value2', 'value3']
67
};
0 commit comments