mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
Update README with venv activation command
Added command to activate the virtual environment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user