Skip to content

Commit

Permalink
Use python3 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Dec 7, 2023
1 parent 6aa28a4 commit fe6a035
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ an idea for how the language works.

## Usage

We support python3.8+.

```bash
# With a file
python scrapscript.py eval examples/0_home/triangle.ss
python3 scrapscript.py eval examples/0_home/triangle.ss

# With a string literal
python scrapscript.py apply "1 + 2"
python3 scrapscript.py apply "1 + 2"

# With a REPL
python scrapscript.py repl
python3 scrapscript.py repl
```

or with Docker:
Expand Down

0 comments on commit fe6a035

Please sign in to comment.