<p>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 them as part of hyde.</p>
file and the above command will download and install most of them as part
of hyde.</p>
<p>It is also recommended that you use <a href="http://mathematism.com/2009/07/30/presentation-pip-and-virtualenv/">virtualenv</a> to separate the hyde
environment from other python projects. Note that installing hyde using
pip would install all of the below. However, if you’d like finer grained
@@ -82,7 +83,9 @@ control over the packages, you can install these individually:</p>
<li><code>Pyyaml</code>: Much of hyde’s [configuration] is done using yaml.</li>
<li><code>Typogrify</code>: 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.</li>
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.</li>