add reaadme and stuff

This commit is contained in:
neon443
2025-03-16 16:59:32 +00:00
parent 4373233432
commit d9d82d3304
9 changed files with 55 additions and 33 deletions

View File

@@ -1,20 +0,0 @@
{
"actions" : {
"run" : {
"postActions" : [
{
"script" : ". *Py\/venv\/bin\/activate\npython3 *Py\/main.py",
"type" : "runScript"
}
]
}
},
"extension" : {
"identifier" : "net.danwatson.Python",
"name" : "Python"
},
"extensionTemplate" : "virtualenv",
"extensionValues" : {
"script" : "DockPhobiaPy\/main.py"
}
}