Python pip package is required to install envbox.
Use the following command line to install envbox from sources directory (containing setup.py):
pip install .
Alternatively you can install envbox from PyPI:
pip install envbox
; Install with Click package for CLI:
pip install uwsgiconf[cli]
Use -U flag for upgrade:
pip install -U envbox