diff options
author | Botond Hende <nettingman@gmail.com> | 2024-08-25 14:13:21 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-08-25 14:13:21 +0200 |
commit | ea2da15f2b04e3b4febf2230d4fbb0e2d6147dfc (patch) | |
tree | 51cbf662ab104e1b8c3bdde8b7c4f20542146006 /create_venv.sh | |
parent | 0a748763535dd184926969cfdc3d439a1b8bc9e9 (diff) |
fastapi testing
Diffstat (limited to 'create_venv.sh')
-rwxr-xr-x | create_venv.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/create_venv.sh b/create_venv.sh index 5432f47..c5de596 100755 --- a/create_venv.sh +++ b/create_venv.sh @@ -18,6 +18,7 @@ for dir in $SCRIPT_ROOT/venv/lib/*; do done source venv/bin/activate -cd $SDK_DIR_NAME +pip install -r requirements.txt +cd $SDK_DIR_NAME pip install -r requirements.txt |