Update README.md

#8
by Eric2i - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -224,7 +224,7 @@ To train, fine-tune or perform diarization with Sortformer, you will need to ins
224
  ```
225
  apt-get update && apt-get install -y libsndfile1 ffmpeg
226
  pip install Cython packaging
227
- pip install git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]
228
  ```
229
 
230
  ## How to Use this Model
 
224
  ```
225
  apt-get update && apt-get install -y libsndfile1 ffmpeg
226
  pip install Cython packaging
227
+ pip install 'git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]'
228
  ```
229
 
230
  ## How to Use this Model