Skip to content

Commit

Permalink
Rewrite to be suitable with ict6
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhanhx committed Apr 26, 2021
1 parent c633bb6 commit 374ffed
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,5 +15,3 @@ python setup.py build develop

# or, as an alternative to `setup.py`, do
# pip install [--editable] .

echo "Done"

0 comments on commit 374ffed

Please sign in to comment.