flask-turboduck can be installed very easily using pip.
pip install flask-turboduck
If you do not have the dependencies installed already, pip will install them for you, but for reference they are:
If you want to run the very latest, feel free to pull down the repo from github and install by hand.
git clone https://github.com/coleifer/flask-turboduck.git
cd flask-turboduck
python setup.py install
You can run the tests using the test-runner:
python setup.py test