Changed: Install introductions
This commit is contained in:
parent
657bf6dfd4
commit
74d87a1594
@ -8,11 +8,15 @@
|
|||||||
#
|
#
|
||||||
# INSTALL
|
# INSTALL
|
||||||
#
|
#
|
||||||
# cd /usr/lib/
|
|
||||||
# apt install ffmpeg
|
# apt install ffmpeg
|
||||||
|
# apt install python3-pip
|
||||||
|
# pip3 install --upgrade pip
|
||||||
|
# cd /usr/lib/
|
||||||
# git clone --recursive https://github.com/web2py/web2py.git
|
# git clone --recursive https://github.com/web2py/web2py.git
|
||||||
# cd web2py
|
# cd web2py/applications
|
||||||
# cd web2py/applications/transcription
|
# mkdir transcription
|
||||||
|
# cd transcription
|
||||||
|
# git clone https://gitea.iwm-tuebingen.de/mschmidt/web2py.transcription.git .
|
||||||
# pip3 install -t modules srt
|
# pip3 install -t modules srt
|
||||||
# pip3 install -t modules vosk
|
# pip3 install -t modules vosk
|
||||||
# pip3 install -t modules webvtt-py
|
# pip3 install -t modules webvtt-py
|
||||||
|
Loading…
Reference in New Issue
Block a user