1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 03:54:08 +02:00

Update setup.sh

This commit is contained in:
Nick Sweeting
2021-01-22 13:41:16 -05:00
committed by GitHub
parent b1144f4a81
commit bfe8f4c539

View File

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