Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ cmake --build .

Running the interpreter
-----------------------
To run the interpreter without arguments:
To run the interpreter on Linux and MacOS:

```bash
./build/python_interpreter
./build/python_interpreter path/to/script.py
```

If the binary accepts a script file, run it like this:
To run the interpreter on Windows:

```bash
./build/python_interpreter path/to/script.py
./build/python_interpreter.exe path/to/script.py
```

Example script (example.py)
Expand Down