willkg / douglas

DEAD PROJECT: File based static rendering blog system
Other
2 stars 3 forks source link

Quickstart missing "Jinja2" #2

Closed BDFife closed 10 years ago

BDFife commented 10 years ago

Jinja2 is required to run the command 'douglas-cmd staticrender'.

The quickstart documentation should describe this requirement, probably between steps 2 and 3.

willkg commented 10 years ago

When you install douglas, it should install Jinja2. Is that not happening?

BDFife commented 10 years ago

Did not happen for me.

On Wed, Nov 27, 2013 at 10:28 PM, Will Kahn-Greene <notifications@github.com

wrote:

When you install douglas, it should install Jinja2. Is that not happening?

— Reply to this email directly or view it on GitHubhttps://github.com/willkg/douglas/issues/2#issuecomment-29437185 .

willkg commented 10 years ago

Bah. So stupid. I put it in the wrong place in setup.py.

Fixed in fa0ce96