Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristine Kalaw committed Dec 21, 2023
2 parents 3c75380 + e7108a4 commit 7c46c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_reqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LIGHT_GREEN="\033[1;32m"

#----------
echo -e "${GREEN}Installs the python packages${NC}"
echo -e "${LIGHT_GREEN}$ pip3 install -r requirements.txt${NC}"
pip3 install -r requirements.txt
echo -e "${LIGHT_GREEN}$ python3 -m pip install -r requirements.txt${NC}"
python3 -m pip install -r requirements.txt
echo ""


0 comments on commit 7c46c6e

Please sign in to comment.