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

The manual install jumped past the installation of archivebox itself straight to looking for a version. Used the installation command from the setup.sh script to include this in the instructions.

Aaron Duce
2020-11-14 13:17:31 +00:00
parent 6303203de0
commit 28059711d5

@@ -98,6 +98,11 @@ pkg install python3 git wget curl youtube-dl
pkg install chromium-browser # Skip this if you already have Google Chrome/Chromium installed
```
#### Install ArchiveBox using pip
```bash
python3 -m pip install --upgrade archivebox
```
#### Check that everything worked and the versions are high enough.
```bash
python3 --version | head -n 1 &&