We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa28a4 commit fe6a035Copy full SHA for fe6a035
1 file changed
README.md
@@ -9,15 +9,17 @@ an idea for how the language works.
9
10
## Usage
11
12
+We support python3.8+.
13
+
14
```bash
15
# With a file
-python scrapscript.py eval examples/0_home/triangle.ss
16
+python3 scrapscript.py eval examples/0_home/triangle.ss
17
18
# With a string literal
-python scrapscript.py apply "1 + 2"
19
+python3 scrapscript.py apply "1 + 2"
20
21
# With a REPL
-python scrapscript.py repl
22
+python3 scrapscript.py repl
23
```
24
25
or with Docker:
0 commit comments