diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 13:26:18 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 13:26:18 -0400 |
commit | e443e23ced5402089cd4c3751b7c1b6b976574c1 (patch) | |
tree | 93c4e639fb5906717d7407d4f625137b35f411a5 /doc | |
parent | 7df9852ddf77304dde98217c71910723602dbde1 (diff) | |
download | bugseverywhere-e443e23ced5402089cd4c3751b7c1b6b976574c1.tar.gz |
doc:install: mention that PyYAML is now optional
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.txt | 9 |
1 files changed, 6 insertions, 3 deletions
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 <doc>`, so feel free to skip them and just |