Skip to content

Commit 54d0618

Browse files
committed
fix(create_dev_bot): install dev reqs
1 parent 60931e6 commit 54d0618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_dev_bot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python3 -m venv .venv
3030
source .venv/bin/activate
3131

3232
echo "Installing dependencies..."
33-
pip install -r requirements.txt
33+
pip install -r requirements-dev.txt -r requirements.txt
3434

3535
echo "Creating RedBot instance..."
3636
redbot-setup --instance-name "$INSTANCE_NAME" --no-prompt --data-path $DATA_PATH

0 commit comments

Comments
 (0)