diff --git a/Install.md b/Install.md index 654a646..abcaa8a 100644 --- a/Install.md +++ b/Install.md @@ -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`. + + - `python3 >= 3.5` - `wget >= 1.16` - `chromium >= 59` (`google-chrome >= v59` works fine as well)