Tip
(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.
- Install Instructions: https://github.com/ArchiveBox/ArchiveBox/wiki/Install
- Source code: https://github.com/ArchiveBox/ArchiveBox
- PyPI: https://pypi.org/project/archivebox/
- Docs: https://docs.archivebox.io/
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.