Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
daochenzha committed Jul 14, 2021
1 parent b770887 commit 4ca75ef
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 @@ -20,9 +20,9 @@ Make sure that you have **Python 3.6** and **pip** installed. First, install `to
pip3 install torch
pip3 install torchvision
```
To use the automated searching, you need to install ray-tune with
To use the automated searching, you need to install ray-tune and hyperopt with
```
pip install 'ray[tune]'
pip3 install 'ray[tune]' hyperopt
```
We recommend installing the stable version of `autovideo` with `pip`:
```
Expand Down

0 comments on commit 4ca75ef

Please sign in to comment.