1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 03:24:17 +02:00

Updated Install (markdown)

Nick Sweeting
2024-02-08 12:57:10 -08:00
parent 40393161ca
commit b863da0ca5

@@ -189,22 +189,6 @@ python3 -m pip install --upgrade --ignore-installed archivebox[ldap,sonic]
# apt install build-essensial python3-ldap (install C++ toolchain if any errors during build)
```
#### Check that everything worked and the versions are high enough.
```bash
echo $PATH && \
python3 --version | head -n 1 && \
node --version | head -n 1 && \
git --version | head -n 1 && \
wget --version | head -n 1 && \
curl --version | head -n 1 && \
yt-dlp --version | head -n 1 && \
echo "[√] All dependencies installed."
# get a summary of the installed archivebox version and all active dependencies
archivebox version
```
If you have issues setting up Chromium / Google Chrome, see the [[Chromium Install]] and [[Troubleshooting]] pages for more detailed instructions.
<br/>
@@ -232,6 +216,8 @@ archivebox add --help
archivebox add < ~/Downloads/bookmarks_export.html
```
If you have issues setting up Chromium / Google Chrome, see the [[Chromium Install]] and [[Troubleshooting]] pages for more detailed instructions.
<br/>
### *Upgrading Archivebox to a new version*