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"