Update README with venv activation command

Added command to activate the virtual environment.
This commit is contained in:
Nick Sweeting
2026-03-14 16:13:18 -04:00
committed by GitHub
parent c1b3e73c11
commit fdef1f991e

View File

@@ -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