Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2023-09-12 17:28:58 +0300
committerJan Buethe <jbuethe@amazon.de>2023-09-12 17:28:58 +0300
commit4f4b6242099998d7acf89e17c287dc7f605af607 (patch)
tree15775937be0d3de313fdfa880c8e103767844b7f
parent5467539c15acf41735f15c80e1a3f47abcc4f8f3 (diff)
fix
Signed-off-by: Jan Buethe <jbuethe@amazon.de>
-rw-r--r--dnn/torch/osce/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/dnn/torch/osce/README.md b/dnn/torch/osce/README.md
index 3b8ebc75..b1475d91 100644
--- a/dnn/torch/osce/README.md
+++ b/dnn/torch/osce/README.md
@@ -5,6 +5,10 @@ for feature generation.
## Environment setup
The code is tested with python 3.11. Conda setup is done via
+
+
`conda create -n osce python=3.11`
+
`conda activate osce`
-`python -m pip install -r requirements` \ No newline at end of file
+
+`python -m pip install -r requirements.txt`