Initial commit
Bootstrap script, requirements.txt
This commit is contained in:
commit
59fe829a20
2 changed files with 26 additions and 0 deletions
4
bootstrap.sh
Executable file
4
bootstrap.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
python3 -m venv env
|
||||
env/bin/pip3 install -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue