1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12:00

Update README adding submodules setup

This commit is contained in:
jdcaballerov 2020-12-03 10:01:58 -05:00
parent a1fba9887d
commit 107c062141

View file

@ -422,6 +422,8 @@ git clone https://github.com/ArchiveBox/ArchiveBox
cd ArchiveBox
git checkout master # or the branch you want to test
git pull
git submodule init
git submodule update
# Install ArchiveBox + python dependencies
python3 -m venv .venv && source .venv/bin/activate && pip install -e .[dev]