ref: 4f4b6242099998d7acf89e17c287dc7f605af607
parent: 5467539c15acf41735f15c80e1a3f47abcc4f8f3
author: Jan Buethe <jbuethe@amazon.de>
date: Tue Sep 12 12:28:58 EDT 2023
fix Signed-off-by: Jan Buethe <jbuethe@amazon.de>
--- a/dnn/torch/osce/README.md
+++ b/dnn/torch/osce/README.md
@@ -5,6 +5,10 @@
## 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`
--
⑨