mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-22 10:55:18 -04:00
Update setup.sh
This commit is contained in:
parent
b1144f4a81
commit
bfe8f4c539
1 changed files with 4 additions and 1 deletions
|
@ -81,7 +81,10 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
python3 -m pip install --upgrade archivebox
|
npm i -g npm
|
||||||
|
pip3 install --upgrade pip setuptools
|
||||||
|
|
||||||
|
pip3 install --upgrade archivebox
|
||||||
npm install -g 'git+https://github.com/ArchiveBox/ArchiveBox.git'
|
npm install -g 'git+https://github.com/ArchiveBox/ArchiveBox.git'
|
||||||
|
|
||||||
# Check:
|
# Check:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue