From 374ffedee7c8aa3fd6a3345af6476d98565b1c55 Mon Sep 17 00:00:00 2001 From: dinhanhx Date: Mon, 26 Apr 2021 15:14:57 +0700 Subject: [PATCH] Rewrite to be suitable with ict6 --- .../conda/{init_bua_ubuntu.sh => setup_bua.sh} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename py-bottom-up-attention/conda/{init_bua_ubuntu.sh => setup_bua.sh} (82%) diff --git a/py-bottom-up-attention/conda/init_bua_ubuntu.sh b/py-bottom-up-attention/conda/setup_bua.sh similarity index 82% rename from py-bottom-up-attention/conda/init_bua_ubuntu.sh rename to py-bottom-up-attention/conda/setup_bua.sh index d006e3d..640789b 100644 --- a/py-bottom-up-attention/conda/init_bua_ubuntu.sh +++ b/py-bottom-up-attention/conda/setup_bua.sh @@ -1,8 +1,7 @@ conda create -n bua python=3.6 pip --yes -source ~/anaconda3/etc/profile.d/conda.sh conda activate bua -cd /path/to/py-bottom-up-attention +cd ../ # Install python libraries pip install -r requirements.txt @@ -16,5 +15,3 @@ python setup.py build develop # or, as an alternative to `setup.py`, do # pip install [--editable] . - -echo "Done"