Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 985 Bytes

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.