From 28059711d5bf40cc955f3cf2f317aa9db9a9a5c9 Mon Sep 17 00:00:00 2001 From: Aaron Duce Date: Sat, 14 Nov 2020 13:17:31 +0000 Subject: [PATCH] The manual install jumped past the installation of archivebox itself straight to looking for a version. Used the installation command from the setup.sh script to include this in the instructions. --- Install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Install.md b/Install.md index 6eaf54d..6edb450 100644 --- a/Install.md +++ b/Install.md @@ -98,6 +98,11 @@ pkg install python3 git wget curl youtube-dl pkg install chromium-browser # Skip this if you already have Google Chrome/Chromium installed ``` +#### Install ArchiveBox using pip +```bash +python3 -m pip install --upgrade archivebox +``` + #### Check that everything worked and the versions are high enough. ```bash python3 --version | head -n 1 &&