Skip to content

Commit

Permalink
feat: add make command
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Sep 11, 2023
1 parent 285179c commit ffa12d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ps -eu | grep python3 | grep -v grep | awk '{print $2}' | while read line; do kill -9 $line; done
WORKDIR=`pwd`

cd ${WORKDIR}/proto && pip install .
cd ${WORKDIR}/proto && make && pip install .
cd ${WORKDIR}/kernel && pip install .
cd ${WORKDIR}/agent && pip install .
cd ${WORKDIR}/chat && pip install .
Expand Down

0 comments on commit ffa12d5

Please sign in to comment.