From c771ee88e2cdf5440b694bcf44f1de921f8d686c Mon Sep 17 00:00:00 2001 From: Tahir <68889901+tahirjmakhdoomi@users.noreply.github.com> Date: Sat, 7 Sep 2024 08:07:43 +0530 Subject: [PATCH] Update README.rst --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 23db4204f..a888bfd22 100644 --- a/README.rst +++ b/README.rst @@ -49,11 +49,7 @@ Use this installation mode if you are contributing to NeMo. # install NeMo cd ../NeMo ./reinstall.sh - - apt-get update && apt-get install -y libsndfile1 ffmpeg - git clone https://github.com/AI4Bharat/NeMo - cd NeMo - ./reinstall.sh + If you only want the toolkit without additional conda-based dependencies, you may replace ``reinstall.sh`` with ``pip install -e .`` when your PWD is the root of the NeMo repository.