ionelmc / cookiecutter-pylibrary

Enhanced cookiecutter template for Python libraries.
BSD 2-Clause "Simplified" License
1.25k stars 207 forks source link

Add required package to the README #245

Closed tomek7667 closed 3 months ago

tomek7667 commented 7 months ago

I wanted to use the template on a fresh machine and had all the deps but still got error:

➜  cyberman cookiecutter gh:ionelmc/cookiecutter-pylibrary
Unable to load extension: No module named 'jinja2_time'

Solved it by just installing it, but good to have up-to-date docs

pelrun commented 4 months ago

Actually it was a bug in cookiecutter's documentation - the reference to jinja2_time isn't needed and should be deleted instead.

https://github.com/cookiecutter/cookiecutter/issues/1888