Skip to content

Commit

Permalink
CH-130 improver logging
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jul 4, 2024
1 parent 08db8e4 commit 0585050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ CURRENT_PATH=$(pwd)
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

cd $SCRIPT_DIR

pip install --upgrade pip
cat requirements.txt
pip install -r requirements.txt

cd $CURRENT_PATH

0 comments on commit 0585050

Please sign in to comment.