We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d429c8 commit 7624ba8Copy full SHA for 7624ba8
README.md
@@ -78,9 +78,14 @@ for noise monitoring with on-edge noise source classification.
78
79
### Setting up
80
81
-Install dependencies
+Recommend using [miniconda](https://conda.io/en/latest/miniconda.html) for
82
83
- pip install -r requirements.txt
+ 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
89
90
Preprocess audio files into features
91
0 commit comments