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

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

License

Notifications You must be signed in to change notification settings

ArchiveBox/pip-archivebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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.