From b96dbb1913e390c07ae739dcae6128374933d85d Mon Sep 17 00:00:00 2001 From: 100apps Date: Sun, 28 Dec 2025 19:22:31 +0800 Subject: [PATCH] Add conda activate command to setup instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3a8a0e..94afb94 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Create a Python environment and install dependencies ```bash $ git clone https://github.com/FireRedTeam/FireRedASR.git $ conda create --name fireredasr python=3.10 +$ conda activate fireredasr $ pip install -r requirements.txt ```