archivebox.cli.archivebox_install
Module Contents
Functions
Expose the shared abxpkg lib dir at DATA_DIR/lib after install. |
|
Detect and install ArchiveBox dependencies by running the abx-dl install flow |
|
API
- archivebox.cli.archivebox_install.ensure_data_dir_lib_symlink(data_dir: pathlib.Path, abxpkg_lib_dir: pathlib.Path) pathlib.Path | None[source]
Expose the shared abxpkg lib dir at DATA_DIR/lib after install.
- 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