Note to add 'jinja2' and 'markupsafe' to requirements

Change-Id: I14d80d353084d54d8e114b10524e5b46660cf34b
Closes-Bug: #1552704
This commit is contained in:
njirap 2016-03-03 16:49:09 +03:00
parent 028dcd0c02
commit 0e5bff709c
1 changed files with 6 additions and 0 deletions

View File

@ -24,3 +24,9 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/openstack-manuals
.. note::
To be able to run ``"tox -e py27"`` successfully locally, add
``jinja2`` and ``markupsafe`` to your local ``test-requirements.txt``
file so the two get installed in your local virtual environment.