1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 01:30:15 +02:00

Updated Install (markdown)

Nick Sweeting
2019-03-12 17:20:00 -04:00
parent b774f03c5d
commit c00f471e0d

@@ -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.
<img src="https://lh4.googleusercontent.com/KWaqSJ_J9nSaGZugZWGR_mC18xxbGj2pVScriSzP8hX7KiUSw6L3VVL8rhDxQKIwxaCsfSFUO1B2pipEM4h7L-HJOGXo7yZK8a3DBVERwqfEZ8GxpeHPwh8P4LSkqVjPGRx5XYs" width="20%" align="right"/>
- [System Support](#system-support) - [System Support](#system-support)
- [Dependencies](#dependencies) - [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`. 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://lh4.googleusercontent.com/KWaqSJ_J9nSaGZugZWGR_mC18xxbGj2pVScriSzP8hX7KiUSw6L3VVL8rhDxQKIwxaCsfSFUO1B2pipEM4h7L-HJOGXo7yZK8a3DBVERwqfEZ8GxpeHPwh8P4LSkqVjPGRx5XYs" 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)