diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:53:07 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-11-20 20:53:07 +0000 |
| commit | 2cd24395f7ae23ae96955f2d497ab5e4ccd75de0 (patch) | |
| tree | 05f4c386afb8499ccc23ef2121afb89724109c0a /bootstrap.sh | |
| parent | 6b1b61f98813a58286e099d92767e01c2d40bc18 (diff) | |
Remove __pycache__
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x[-rw-r--r--] | bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 05a7907..0cdae57 100644..100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,2 +1,5 @@ #!/bin/bash +python -m pip install -r requirements.txt + +python deploy.sh |
