Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieZhai authored Sep 14, 2021
1 parent 3fc7e68 commit 5555978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5555978

Please sign in to comment.