leditsplusplus / install.json
cocktailpeanut's picture
requirements moved to requirements.txt (#2)
7f6675e verified
raw
history blame contribute delete
440 Bytes
{
"run": [{
"method": "shell.run",
"params": {
"venv": "venv",
"message": [
"{{pip.install.torch}}",
"pip install -r requirements.txt"
]
}
}, {
"method": "input",
"params": {
"title": "Install Success",
"description": "Go back to the dashboard and launch the app!"
}
}, {
"method": "browser.open",
"params": {
"uri": "/?selected=LEDITS"
}
}]
}