From fdef1f991e6cd2f5860d22e80d771591820196db Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 14 Mar 2026 16:13:18 -0400 Subject: [PATCH] Update README with venv activation command Added command to activate the virtual environment. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c50f7b75..1804ecf8 100644 --- a/README.md +++ b/README.md @@ -1378,6 +1378,7 @@ git pull --recurse-submodules # Install ArchiveBox + python dependencies pip install uv ./bin/lock_pkgs.sh # (aka `uv venv; uv sync;` + generate requirements.txt) +source .venv/bin/activate # activate the venv # Install ArchiveBox runtime dependencies mkdir -p data && cd data