Skip to content

Commit

Permalink
Update setup.sh (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-dev-engineer authored Dec 2, 2024
2 parents 30f953e + 1de12b2 commit b5c3b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripting_tools/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ echo -e "${YELLOW}Upgrading pip to the latest version...${NC}"
pip install --upgrade pip

# Check if the requirements.txt file exists
echo -e "${YELLOW}Checking if requirements.txt exists at $REQUIREMENTS_FILE...${NC}"
if [ -f "$REQUIREMENTS_FILE" ]; then
echo -e "${YELLOW}Installing packages from $REQUIREMENTS_FILE...${NC}"
pip install -r "$REQUIREMENTS_FILE"
Expand Down

0 comments on commit b5c3b57

Please sign in to comment.