Skip to content

Commit

Permalink
Added calibre to installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszliniewicz authored Apr 15, 2024
1 parent 3c4c609 commit 1ba6886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandrator_start_minimal_silero.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def install_choco():
run_command(['powershell', '-Command', "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"])

def install_dependencies():
dependencies = ['git', 'curl', 'ffmpeg']
dependencies = ['git', 'curl', 'ffmpeg', 'calibre']
for dependency in dependencies:
if not check_program_installed(dependency):
logging.info(f"Installing {dependency}...")
Expand Down

0 comments on commit 1ba6886

Please sign in to comment.