Skip to content

Commit

Permalink
FIX: typo shebang readme
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 authored Dec 29, 2023
1 parent 538363d commit fdca0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ To start `script-sync` in RhinoV8, run the command `ScriptSyncStart` in RhinoV8.

Open a `.py` or `.cs` file in VSCode and run it in RhinoV8 by pressing `F4`.
Add a `shebang` to the first line of the file to specify the Python interpreter to use, e.g.:
* `#!python3` to interpret it with CPython
* `#!python2` to interpret it with IronPython
* `#! python3` to interpret it with CPython
* `#! python2` to interpret it with IronPython

To close `script-sync` in RhinoV8, run the command `ScriptSyncStop` in RhinoV8.

Expand Down

0 comments on commit fdca0e6

Please sign in to comment.