From 74d87a15947be9ff8d07806a20c48ceab705df69 Mon Sep 17 00:00:00 2001 From: Markus Schmidt Date: Tue, 12 Oct 2021 17:58:34 +0200 Subject: [PATCH] Changed: Install introductions --- controllers/default.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/controllers/default.py b/controllers/default.py index 66df351..bad04e4 100644 --- a/controllers/default.py +++ b/controllers/default.py @@ -8,11 +8,15 @@ # # INSTALL # -# cd /usr/lib/ # apt install ffmpeg +# apt install python3-pip +# pip3 install --upgrade pip +# cd /usr/lib/ # git clone --recursive https://github.com/web2py/web2py.git -# cd web2py -# cd web2py/applications/transcription +# cd web2py/applications +# mkdir transcription +# cd transcription +# git clone https://gitea.iwm-tuebingen.de/mschmidt/web2py.transcription.git . # pip3 install -t modules srt # pip3 install -t modules vosk # pip3 install -t modules webvtt-py