archivebox.cli.archivebox_install

Module Contents

Functions

install

Detect and install ArchiveBox dependencies by running the abx-dl install flow

main

API

archivebox.cli.archivebox_install.install(binaries: tuple[str, ...] = (), binproviders: str = '*', dry_run: bool = False) None[source]

Detect and install ArchiveBox dependencies by running the abx-dl install flow

Examples: archivebox install # Install all dependencies archivebox install wget curl # Install only wget and curl archivebox install –binproviders=pip yt-dlp # Install yt-dlp using only pip archivebox install –binproviders=brew,apt # Install all deps using only brew or apt

archivebox.cli.archivebox_install.main(**kwargs) None[source]