Update README with venv activation command
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Deploy static content to Pages / deploy (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Parallel Tests / Discover test files (push) Waiting to run
Parallel Tests / ${{ matrix.test.name }} (push) Blocked by required conditions
Run tests / python_tests (ubuntu-22.04, 3.13) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
Build Homebrew package / build (push) Has been cancelled

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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