1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 14:44:21 +02:00

Update README.md

This commit is contained in:
Oliver Conzen
2017-05-08 12:17:05 +02:00
committed by GitHub
parent e6f62d56e0
commit 21dc71d547

View File

@@ -27,6 +27,9 @@ apt update; apt install google-chrome-beta python3 wget
# Check: # Check:
google-chrome --version && which wget && which python3 && echo "[√] All dependencies installed." google-chrome --version && which wget && which python3 && echo "[√] All dependencies installed."
``` ```
On some Linux distributions the python3 package might not be recent enough.
If this is the case for you, resort to installing a recent enough version manually.
[The official Python documentation](https://docs.python.org/3.6/using/unix.html) is a good place to start.
**Archiving:** **Archiving:**