From a0b9ef65377d97f502884c126620c336188f2dc4 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 17:53:00 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install.md b/Install.md index 0d666b7..c446ac0 100644 --- a/Install.md +++ b/Install.md @@ -194,8 +194,9 @@ See the [Quickstart](https://github.com/ArchiveBox/ArchiveBox#-package-manager-s You may do this even if you've already installed `archivebox` with `apt`/`brew` (sometimes the `pip` version is newer). ```bash -# get the latest version of archivebox from PyPI (optional, takes precedence over apt/brew-installed archivebox) +# get the latest version of archivebox from PyPI pip install --upgrade --ignore-installed archivebox[ldap,sonic] +# (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) # apt install build-essensial python3-ldap