Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 432 Bytes

File metadata and controls

25 lines (12 loc) · 432 Bytes

envbox installation

Python pip package is required to install envbox.

From sources

Use the following command line to install envbox from sources directory (containing setup.py):

pip install .

From PyPI

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