init
This commit is contained in:
commit
215c2c380f
9 changed files with 390 additions and 0 deletions
6
setup.sh
Executable file
6
setup.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
Loading…
Add table
Add a link
Reference in a new issue