1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

Updated Install (markdown)

Nick Sweeting
2019-03-12 17:24:38 -04:00
parent d995fa27df
commit ca9e4beb97

@@ -37,6 +37,8 @@ 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`. 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`.
<img src="https://avatars0.githubusercontent.com/u/1503512?s=200&v=4" width="10%" align="right"/>
- `python3 >= 3.5` - `python3 >= 3.5`
- `wget >= 1.16` - `wget >= 1.16`
- `chromium >= 59` (`google-chrome >= v59` works fine as well) - `chromium >= 59` (`google-chrome >= v59` works fine as well)