diff --git a/docs/install.html b/docs/install.html index aba9164..afddf4d 100644 --- a/docs/install.html +++ b/docs/install.html @@ -65,7 +65,7 @@ corresponding plugin documentation.

Essential Requirements

While your mileage may vary, I consider the following to be essential for generating a static website with hyde. These are a part of the requirements -file and the above command will download and install most of them as part +file and the above command will download and install most of them as part of hyde.

It is also recommended that you use virtualenv to separate the hyde environment from other python projects. Note that installing hyde using @@ -81,13 +81,14 @@ control over the packages, you can install these individually:

restructured text, asciidoc etc..,), markdown is the one thats currently completely supported.
  • Pyyaml: Much of hyde’s [configuration] is done using yaml.
  • +
  • pygments: For syntax coloring.
  • Typogrify: Typogrify automatically fixes and enhances the typographical accuracy of your content. While this is not a technical requirement for hyde, it is absolutely essential to create good looking content. Note that this is not installed as part of the above package and must be installed separately. This will be rectified in the future.
  • -
    pip install argparse
    pip install commando
    pip install jinja2
    pip install markdown
    pip install pyyaml
    pip install -e https://github.com/hydepy/typogrify#egg=typogrify

    +
    pip install argparse
    pip install commando
    pip install jinja2
    pip install markdown
    pip install pyyaml
    pip install pygments
    pip install smartypants
    pip install -e git://github.com/hydepy/typogrify#egg=typogrify