Update README to fix install of huggingfacecli command

#20
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -148,7 +148,7 @@ Then click Download.
148
  I recommend using the `huggingface-hub` Python library:
149
 
150
  ```shell
151
- pip3 install huggingface-hub
152
  ```
153
 
154
  Then you can download any individual model file to the current directory, at high speed, with a command like this:
 
148
  I recommend using the `huggingface-hub` Python library:
149
 
150
  ```shell
151
+ pip3 install -U "huggingface_hub[cli]"
152
  ```
153
 
154
  Then you can download any individual model file to the current directory, at high speed, with a command like this: