1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 16:20:05 +02:00

Updated Install (markdown)

Nick Sweeting
2019-02-04 10:13:28 -08:00
parent 018c39ccc3
commit 475aaf8d4a

@@ -13,11 +13,11 @@ You can run it on Windows and other systems via Docker containers or Vagrant VMs
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`.
- `python3 >= 3.5` - `python3 >= 3.5`
- `chromium >= 59` (`google-chrome >= v59` works fine as well)
- `wget >= 1.16` - `wget >= 1.16`
- `curl` - `chromium >= 59` (`google-chrome >= v59` works fine as well)
- `youtube-dl` - `youtube-dl`
- `git` - `curl` (usually already on most systems)
- `git` (usually already on most systems)
## Automatic Setup ## Automatic Setup