diff options
Diffstat (limited to 'libraries/FormEncode/README')
-rw-r--r-- | libraries/FormEncode/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/FormEncode/README b/libraries/FormEncode/README index 3d7388207aed..807277967520 100644 --- a/libraries/FormEncode/README +++ b/libraries/FormEncode/README @@ -2,8 +2,5 @@ FormEncode validates and converts nested structures. It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms. -NOTE: To build this package, setuptools needs to be installed -(available at SlackBuilds.org as "pysetuptools"). Also, Sphinx, if -installed, is used to generate the docs. - -NOTE: Running the test suite requires nose. +Optional dependencies are Sphinx, used to generate the docs, and +nose, to run the test suite. |