From 8cf1b04fedf369ddcbb52fe5597432854b0bfd78 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 5 Jan 2019 15:26:49 -0500 Subject: [PATCH] install requests with pip --- bin/archivebox-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/archivebox-setup b/bin/archivebox-setup index 3217a4b1..b91145ad 100755 --- a/bin/archivebox-setup +++ b/bin/archivebox-setup @@ -69,6 +69,8 @@ else exit 1 fi +pip3 install requests + # Check: echo "" echo "[*] Checking installed versions:"