From c00f471e0df4c5cf9862d0b8ed77dcabe6a80bbf Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 17:20:00 -0400 Subject: [PATCH] Updated Install (markdown) --- Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.md b/Install.md index 32a0738..3c29bf2 100644 --- a/Install.md +++ b/Install.md @@ -1,4 +1,6 @@ -Installing ArchiveBox is a relatively straightforward process, with only a few main dependencies apart from `python3`. +ArchiveBox only has a few main dependencies apart from `python3`, and they can all be installed using your normal package manager. + + - [System Support](#system-support) - [Dependencies](#dependencies) @@ -35,8 +37,6 @@ Platforms other than Linux, BSD, and macOS are untested, but you can probably ge Not all the dependencies are required for all modes. If you disable some archive methods you can avoid those dependencies, for example, if you set `FETCH_MEDIA=False` you don't need to install `youtube-dl`, and if you set `FETCH_[PDF,SCREENSHOT,DOM]=False` you don't need `chromium`. - - - `python3 >= 3.5` - `wget >= 1.16` - `chromium >= 59` (`google-chrome >= v59` works fine as well)