Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
honmashironeko authored May 22, 2024
1 parent 310da60 commit 5e20894
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ fi

cd ARL-NPoC
echo "安装 poc 必须库 ..."
pip3.6 install -r requirements.txt

pip3.6 install /root/arl/pip/*.whl
pip3.6 install -e .
cd ../

Expand Down Expand Up @@ -104,8 +105,6 @@ if [ ! -f rabbitmq_user ]; then
touch rabbitmq_user
fi

echo "安装 arl 必须库 ..."
pip3.6 install -r requirements.txt
if [ ! -f app/config.yaml ]; then
echo "create config.yaml"
cp app/config.yaml.example app/config.yaml
Expand Down

0 comments on commit 5e20894

Please sign in to comment.