Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user