Skip to content

Commit fe6a035

Browse files
committed
Use python3 in README
1 parent 6aa28a4 commit fe6a035

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ an idea for how the language works.
99

1010
## Usage
1111

12+
We support python3.8+.
13+
1214
```bash
1315
# With a file
14-
python scrapscript.py eval examples/0_home/triangle.ss
16+
python3 scrapscript.py eval examples/0_home/triangle.ss
1517

1618
# With a string literal
17-
python scrapscript.py apply "1 + 2"
19+
python3 scrapscript.py apply "1 + 2"
1820

1921
# With a REPL
20-
python scrapscript.py repl
22+
python3 scrapscript.py repl
2123
```
2224

2325
or with Docker:

0 commit comments

Comments
 (0)