If Django is not already installed, run Pip install django.
To install Redis on a mac, run brew install redis. There are also Windows instructions here
To install Django Channels and associated redis layer, run: python3 -m pip install -U channels and python3 -m pip install channels_redis