mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 22:53:00 +02:00
Update README adding submodules setup
This commit is contained in:
@@ -422,6 +422,8 @@ git clone https://github.com/ArchiveBox/ArchiveBox
|
|||||||
cd ArchiveBox
|
cd ArchiveBox
|
||||||
git checkout master # or the branch you want to test
|
git checkout master # or the branch you want to test
|
||||||
git pull
|
git pull
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
|
||||||
# Install ArchiveBox + python dependencies
|
# Install ArchiveBox + python dependencies
|
||||||
python3 -m venv .venv && source .venv/bin/activate && pip install -e .[dev]
|
python3 -m venv .venv && source .venv/bin/activate && pip install -e .[dev]
|
||||||
|
Reference in New Issue
Block a user