Want to use supervisord to control the processes for my Python 3 project. It is specifically stated that \"Supervisor is known to work with Python 2.4 or later but will not
supervisor 4+ supports Python3, It's available in PyPI so you can simply do pip install supervisor to install it.
pip install supervisor