bbcrime-grid/install.sh

8 lines
213 B
Bash
Raw Normal View History

2020-08-03 22:18:28 +02:00
echo Creating virtualenv...
virtualenv -p python3 venv
. venv/bin/activate
echo Installing dependencies...
pip install -r requirements.txt
echo Done.
echo Edit feeds.csv, then run ./doit.sh to generate index.html