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 0722b2e commit df47458Copy full SHA for df47458
README.md
@@ -44,7 +44,7 @@ var PythonShell = require('python-shell');
44
var options = {
45
mode: 'text',
46
pythonPath: 'path/to/python',
47
- pythonOptions: ['-u'],
+ pythonOptions: ['-u'], // get print results in real-time
48
scriptPath: 'path/to/my/scripts',
49
args: ['value1', 'value2', 'value3']
50
};
0 commit comments