Create an install script.
This commit is contained in:
parent
c181ab9de9
commit
d540636fd5
5 changed files with 12 additions and 12 deletions
8
install
Executable file
8
install
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
python3.9 -m pip install -r requirements.txt .
|
||||
./install-tools
|
||||
Loading…
Add table
Add a link
Reference in a new issue