Skip to content

Commit 15552b9

Browse files
authored
adding link in readme to guide on using imports
1 parent b1c0885 commit 15552b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ PythonShell.runString('x=1+1;print(x)', null, function (err) {
3636

3737
If the script exits with a non-zero code, an error will be thrown.
3838

39+
Note the use of imports! If you're not using typescript ಠ_ಠ you can [still get imports to work with this guide](https://github.com/extrabacon/python-shell/issues/148#issuecomment-419120209).
40+
3941
### Running a Python script:
4042

4143
```typescript

0 commit comments

Comments
 (0)