Skip to content

Commit 7624ba8

Browse files
committed
README: Mention Conda
1 parent 6d429c8 commit 7624ba8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,14 @@ for noise monitoring with on-edge noise source classification.
7878

7979
### Setting up
8080

81-
Install dependencies
81+
Recommend using [miniconda](https://conda.io/en/latest/miniconda.html) for
8282

83-
pip install -r requirements.txt
83+
conda env create -f environment.yml
84+
conda activate microesc
85+
86+
As an altenative, one can use pip
87+
88+
#pip install -r requirements.txt
8489

8590
Preprocess audio files into features
8691

0 commit comments

Comments
 (0)