plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

pip installs older version #251

Closed meshde closed 6 years ago

meshde commented 6 years ago

Running pip install bobtemplates.plone installs version 2.0, while most of the documentation available is that of version 3.0.3a

I installed the package and tried following the steps as shown here to create an addon: mrbob bobtemplates.plone:addon -O collective.foo

But this gives an error as the command to do the same in version 2.0 was: mrbob bobtemplates:plone_addon -O collective.foo

MrTango commented 6 years ago

Thats normal, the version 3.0.0 was alpha or beta, so pip choose the stable version. The 3.0.0 final is released now, so that should be fine now.