leditsplusplus / install.json
cocktailpeanut's picture
update (#9)
1094428 verified
raw
history blame
499 Bytes
{
"run": [{
"method": "script.start",
"params": {
"uri": "torch.js",
"params": {
"venv": "env"
}
}
}, {
"method": "shell.run",
"params": {
"venv": "env",
"message": "uv pip install -r requirements.txt"
}
}, {
"when": "{{platform !== 'linux'}}",
"method": "fs.share",
"params": {
"venv": "env"
}
}, {
"method": "notify",
"params": {
"html": "Click the 'start' tab to get started!"
}
}]
}