Files
python-runner/README.md
T

13 lines
349 B
Markdown

# Python Executor
Enables drophandler on `.py` files as well as edit with VS Code on normal file open action.
## Installation
Build the executable using `cargo` and place the resulting `python-runner.exe` at `C:\`. Execute the `.reg` file to add the drop-handler and open commands to `.py` files.
### Build command
```cmd
cargo build --release