1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 11:04:17 +02:00

Updated Install (markdown)

Nick Sweeting
2024-02-18 17:53:00 -08:00
parent 9ec41c5bf1
commit a0b9ef6537

@@ -194,8 +194,9 @@ See the [Quickstart](https://github.com/ArchiveBox/ArchiveBox#-package-manager-s
You may do this even if you've already installed `archivebox` with `apt`/`brew` (sometimes the `pip` version is newer).
```bash
# get the latest version of archivebox from PyPI (optional, takes precedence over apt/brew-installed archivebox)
# get the latest version of archivebox from PyPI
pip install --upgrade --ignore-installed archivebox[ldap,sonic]
# (takes precedence over apt/brew-installed archivebox, it's fine to have both)
# if you see errors about ldap, install the C++ build tools + ldap headers and retry (only needed on some OSs)
# apt install build-essensial python3-ldap