Installation Hivemind requires Django 2.0 Run the following commands in a terminal window to setup and run django-kb: pip install django pillow python manage.py migrate python manage.py makemigrations polls python manage.py runserver host:port