Commit 912fc3e
README.md: Update python invocation in examples
The code examples in the README.md file were inconsistent - some of them
were invoking the code with `python`, which others were using `python3`
explicitly.
This commit updates the examples in this file to always invoke the code
with `python3`, to ensure they are also working in systems where
`python` is not available.1 parent e593ce0 commit 912fc3e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments