From b53ed0cc7c7404cf1de02b3d68fcd1799d9f79fc Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 04:28:24 -0800 Subject: [PATCH] Updated Install (markdown) --- Install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install.md b/Install.md index 59cb5fd..277e7a8 100644 --- a/Install.md +++ b/Install.md @@ -191,6 +191,8 @@ See the [Quickstart](https://github.com/ArchiveBox/ArchiveBox#-package-manager-s ### 2. Install ArchiveBox using `pip` +Do this even if you've already installed `archivebox` with `apt`/`brew`/etc., as the `pip` version is often newer. + ```bash # install latest version of archivebox from PyPI python3 -m pip install --upgrade --ignore-installed archivebox