aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md23
1 files changed, 3 insertions, 20 deletions
diff --git a/readme.md b/readme.md
index 0dc6492..99d741c 100644
--- a/readme.md
+++ b/readme.md
@@ -4,26 +4,9 @@ Automatic speech recognition model for the seminar spoken word
recogniton 2 (SWR2) in the summer term 2023.
# Installation
-
-## Installing poetry
-
- // installing poetry with the provided install script
- curl -sSL https://install.python-poetry.org | python3 -
-
- // adding poetry to your path
- // Linux
- echo export PATH="$HOME/.local/bin:$PATH" >> ~/.bashrc && source ~/.bashrc
-
- // Mac
- echo export PATH="$HOME/.local/bin:$PATH" >> ~/.zshrc && source ~/.zshrc
-
-## Running on cpu or m1 gpu
-
- poetry lock && poetry install --with cpu
-
-## Running on nvidia gpu
-
- poetry lock && poetry install --with gpu
+```
+pip install -r requirements.txt
+```
# Usage