From e443e23ced5402089cd4c3751b7c1b6b976574c1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 13:26:18 -0400 Subject: doc:install: mention that PyYAML is now optional --- doc/install.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/install.txt b/doc/install.txt index 0ff1db0..1133ac7 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -36,7 +36,7 @@ required. See `Minimal installs`_ for possible shortcuts. ============== ======================= ================ =========================== Package Role Debian_ Gentoo_ ============== ======================= ================ =========================== -PyYAML_ serialized data storage python-yaml dev-python/pyyaml +PyYAML_ upgrade old BE storage python-yaml dev-python/pyyaml Jinja_ HTML templating python-jinja2 dev-python/jinja CherryPy_ serve repos over HTTPS python-cherrypy3 dev-python/cherrypy Sphinx_ see :doc:`doc` python-sphinx dev-python/sphinx @@ -117,8 +117,11 @@ See:: for a list of installation options. -You will still need to install PyYAML. Jinja is only used by the -``html`` command, so feel free to skip Jinja if you don't mind +You only need YAML support if you will be upgrading a BE repository +based on ``Bugs Everywhere Directory v1.4`` or earlier (see +:file:`.be/version`). If you're installing a fresh instance of BE, +there's no need to install PyYAML. Jinja is only used by the ``html`` +command, so there's no need to install Jinja if you don't mind avoiding that command. Similarly, CherryPy is only used for the ``serve-*`` commands. The other dependencies are only used for :doc:`building these docs `, so feel free to skip them and just -- cgit