Assuming developing in Debian/Ubuntu family Linux distribution. Required system dependencies:
python3
(3.6)postgresql-10
(10.6)node
and npm
virtualenv -p python3 ./venv
source ./venv/bin/activate
pip -r ./dependencies/py3.txt
cd cointelligence/node_modules
npm install
cd ../..
git submodule update --remote --recursive --init
hc4/settings.py
DATABASES constantcd hc4
python manage.py migrate
python manage.py createsuperuser
python manage.py cities_light
python manage.py runserver
It should start working on localhost:8000
Happy testing and development!