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.
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user