Move python files into py dir
This commit is contained in:
parent
22ad36fb09
commit
129721eb50
9 changed files with 2 additions and 2 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -8,7 +8,7 @@
|
||||||
"name": "Python Debugger: Matchy",
|
"name": "Python Debugger: Matchy",
|
||||||
"type": "debugpy",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "matchy.py",
|
"program": "py/matchy.py",
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -8,4 +8,4 @@ if [ ! -d .venv ]; then
|
||||||
fi
|
fi
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
python -m pip install -r requirements.txt
|
python -m pip install -r requirements.txt
|
||||||
python matchy.py
|
python py/matchy.py
|
Loading…
Add table
Reference in a new issue