Create an install script.

This commit is contained in:
Andrew Hamilton 2021-10-31 22:49:13 +10:00
parent c181ab9de9
commit d540636fd5
5 changed files with 12 additions and 12 deletions

8
install Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
set -e
python3.9 -m pip install -r requirements.txt .
./install-tools