Description Fabric task to install pystatsd, using fabtools. How to use Import the task in your project's fabfile.py to make it available: from fabtools.recipes.pystatsd import install_pystatsd Then you can call it from the fab command: fab install_pystatsd