/pip-archivebox

Official Python package for ArchiveBox, the self-hosted internet archiving solution.

GNU General Public License v3.0GPL-3.0

Tip

✨ ArchiveBox is available via pip

(This repo is no longer needed, ArchiveBox is still distributed via pip though)

mkdir -p ~/archivebox/data
cd ~/archivebox/data     # (for example, can be anywhere)

pip install archivebox   # just use pip to get archivebox
archivebox install       # then finish installing dependencies

If you see permission denied, some dependencies need sudo to install.
Run sudo archivebox install, or install the indicated packages manually.

More info


This repo used to be used to build the pip package for ArchiveBox, but now the build process is done directly in the main ArchiveBox repo.