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

View file

@ -81,7 +81,10 @@ else
exit 1
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'
# Check: