$ docker-compose up -dTo install the Python dependencies into virtual environment:
$ pipenv install
$ pipenv shellRun with:
$ DD_TRACE_DEBUG=true ddtrace-run celery -A consumer worker --loglevel=infoand in a new shell/env:
$ ddtrace-run python producer.pyTo install pipenv and pyenv for Mac (https://formulae.brew.sh/formula/pipenv/):
brew install pipenv
brew install pyenv Linux commands can be found here: https://pypi.org/project/pipenv/