Skip to content

Commit

Permalink
Merge pull request #69 from JonathonLuiten/patch-1
Browse files Browse the repository at this point in the history
Update conda install instructions
  • Loading branch information
zachteed authored Dec 29, 2020
2 parents d3f3840 + 071a9c0 commit 2243205
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ The code has been tested with PyTorch 1.6 and Cuda 10.1.
```Shell
conda create --name raft
conda activate raft
conda install pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.1 -c pytorch
conda install matplotlib
conda install tensorboard
conda install scipy
conda install opencv
conda install pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.1 matplotlib tensorboard scipy opencv -c pytorch
```

## Demos
Expand Down

0 comments on commit 2243205

Please sign in to comment.