Skip to content

Commit

Permalink
puterbot -> openadapt
Browse files Browse the repository at this point in the history
  • Loading branch information
Krish Patel committed Jun 2, 2023
1 parent 760be83 commit aa6e5a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/install_openadapt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RunAndCheck() {
exit 1
fi
}
[ -d "puterbot" ] && mv puterbot puterbot-$(date +%Y-%m-%d_%H-%M-%S)
RunAndCheck "git clone https://github.com/MLDSAI/puterbot.git" "clone git repo"
[ -d "openadapt" ] && mv openadapt openadapt-$(date +%Y-%m-%d_%H-%M-%S)
RunAndCheck "git clone https://github.com/MLDSAI/openadapt.git" "clone git repo"

cd puterbot
cd openadapt

RunAndCheck "python3.10 -m venv .venv" "create python virtual environment"
source .venv/bin/activate
Expand Down

0 comments on commit aa6e5a3

Please sign in to comment.