Closed meshde closed 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
pip install bobtemplates.plone
I installed the package and tried following the steps as shown here to create an addon: mrbob bobtemplates.plone:addon -O collective.foo
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
mrbob bobtemplates:plone_addon -O collective.foo
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.
Running
pip install bobtemplates.plone
installs version 2.0, while most of the documentation available is that of version 3.0.3aI 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