Skip to content

Commit

Permalink
not installing pip explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanNanda17 committed Nov 1, 2024
1 parent 708519a commit 44bfb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wall_e_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case "${unameOut}" in
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo "homebrew installed successfully"
fi
brew install git cmake ninja dfu-util python3 pip
brew install git cmake ninja dfu-util python3
;;
*) echo "Not supported :${unameOut}"
esac
Expand Down Expand Up @@ -56,4 +56,4 @@ if [ ! -d "$HOME/Wall-E" ]; then
git clone --recursive https://github.com/SRA-VJTI/Wall-E.git
else
echo "You have already Cloned Wall-E Repository!"
fi
fi

0 comments on commit 44bfb4a

Please sign in to comment.