Add Flask support for Nginx X-Accel features
Install using Python PIP
pip install flask-kaccel
or download this repository and run setup.py
python setup.py install
The documentation can be found here https://flask-kaccel.readthedocs.io/en/latest/
python -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt
python setup.py install