From 55559789c195bdd291505e0d62184ed969565d51 Mon Sep 17 00:00:00 2001 From: Hao Zhai Date: Tue, 14 Sep 2021 22:22:28 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee0985f..d832b29 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ Our Paper (IJCAI 2020 Demo Track): [10.24963/ijcai.2020/776](https://www.ijcai.o ### 2. Install dependencies ```Shell # create anaconda env -conda create -n SiamBOMB python=3.7 +conda create -n SiamBOMB python=3.7 -y conda activate SiamBOMB # install the pytorch -conda install pytorch torchvision cudatoolkit=11.1 -c pytorch -c conda-forge +conda install pytorch torchvision cudatoolkit=11.1 -c pytorch -c conda-forge -y # install the pyqt5 pip install pyqt5-tools