killian31 commited on
Commit
06ba827
·
1 Parent(s): db1584f

update readme poetry install

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: AudioVisualTranscription
3
  app_file: app.py
4
  sdk: gradio
5
- sdk_version: 4.19.2
6
  ---
7
  # Speech to Video Subtitles
8
 
@@ -12,12 +12,15 @@ Get your synchronized subtitiled video in seconds!
12
 
13
  ## Installation
14
 
15
- In your terminal, run (requires python<=3.11)
16
 
17
  ```bash
18
  git clone https://github.com/killian31/AudioVisualTranscription
19
  cd AudioVisualTranscription
20
- pip install -r requirements.txt
 
 
 
21
  ```
22
 
23
  The app needs ImageMagick and ffmpeg to run. To install them, run
 
2
  title: AudioVisualTranscription
3
  app_file: app.py
4
  sdk: gradio
5
+ sdk_version: 5.1.0
6
  ---
7
  # Speech to Video Subtitles
8
 
 
12
 
13
  ## Installation
14
 
15
+ In your terminal, run the following commands
16
 
17
  ```bash
18
  git clone https://github.com/killian31/AudioVisualTranscription
19
  cd AudioVisualTranscription
20
+ pyenv virtualenv 3.11.9 avt
21
+ pyenv activate avt
22
+ pip install poetry
23
+ poetry install
24
  ```
25
 
26
  The app needs ImageMagick and ffmpeg to run. To install them, run