From 107c062141922934ea355acf82e31560bd72dc4c Mon Sep 17 00:00:00 2001 From: jdcaballerov Date: Thu, 3 Dec 2020 10:01:58 -0500 Subject: [PATCH] Update README adding submodules setup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56afe775..b8be5bce 100644 --- a/README.md +++ b/README.md @@ -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]