Gorgarik commited on
Commit
dc1accf
1 Parent(s): e150f5c

Update README.md

Browse files

Add another option for: pip install nemo_toolkit['all']

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -165,6 +165,10 @@ See the [model architecture](#model-architecture) section and [NeMo documentatio
165
 
166
  To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest Pytorch version.
167
  ```
 
 
 
 
168
  pip install nemo_toolkit[all]
169
  ```
170
 
165
 
166
  To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest Pytorch version.
167
  ```
168
+ pip install nemo_toolkit['all']
169
+ '''
170
+ '''
171
+ (if it causes an error):
172
  pip install nemo_toolkit[all]
173
  ```
174