Installation ============ From Source ----------- If you prefer downloading package directly from pypi: `pypi `_. Extract archive, and run: ``$ python setup.py install`` pip/easy_install ---------------- ``$ pip install tzf.pyramid_yml`` or ``$ easy_install tzf.pyramid_yml`` As a dependency --------------- You can also add **tzf.pyramid_yml** to your project's requirements: .. code-block:: python setup( //... install_requires=['tzf.pyramid_yml'], //... )