Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit cf625e9

Browse files
committed
Ensure client's dependencies are installed during quick setup
1 parent c63219f commit cf625e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ title "Starting Rafiki's Admin Web..."
6060
(bash $FILE_DIR/start_admin_web.sh &> $LOG_FILEPATH) &
6161
ensure_stable "Rafiki's Admin Web"
6262

63+
title "Installing any dependencies..."
64+
pip3.6 install -r ./rafiki/client/requirements.txt
65+
6366
echo "To use Rafiki, use Rafiki Client in the Python CLI"
6467
echo "A quickstart is available at https://nginyc.github.io/rafiki/docs/latest/docs/src/user/quickstart.html"
6568
echo "To configure Rafiki, refer to Rafiki's developer docs at https://nginyc.github.io/rafiki/docs/latest/docs/src/dev/setup.html"

0 commit comments

Comments
 (0)