mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-17 03:54:08 +02:00
Updated Install (markdown)
18
Install.md
18
Install.md
@@ -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)
|
# 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/>
|
<br/>
|
||||||
|
|
||||||
@@ -232,6 +216,8 @@ archivebox add --help
|
|||||||
archivebox add < ~/Downloads/bookmarks_export.html
|
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/>
|
<br/>
|
||||||
|
|
||||||
### *Upgrading Archivebox to a new version*
|
### *Upgrading Archivebox to a new version*
|
||||||
|
Reference in New Issue
Block a user