From 49ffcd510c306ec8b2c8396e630434d8531e095b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 28 Feb 2024 15:59:18 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index 9fc546f..b187ade 100644 --- a/Install.md +++ b/Install.md @@ -189,13 +189,13 @@ See the [Quickstart](https://github.com/ArchiveBox/ArchiveBox#-package-manager-s -### 2. Install ArchiveBox using `pip` +### 2. Install the Python dependencies using `pip` -You may do this even if you've already installed `archivebox` with `apt`/`brew` (sometimes the `pip` version is newer). +It's recommended to `pip`-install ArchiveBox even if you already installed `archivebox` with one of our official `apt`/`brew` packages above (sometimes the `pip` version is newer). This step also ensures you have the latest `yt-dlp` and `playwright` versions. ```bash # get the latest version of archivebox from PyPI -pip install --upgrade --ignore-installed archivebox[ldap,sonic] +pip install --upgrade --ignore-installed archivebox[ldap,sonic] yt-dlp playwright # (takes precedence over apt/brew-installed archivebox, it's fine to have both) # if you see errors about ldap, install the C++ build tools + ldap headers and retry (only needed on some OSs)