We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the docs to create a plone 5 theme at https://docs.plone.org/adapt-and-extend/theming/theme_product.html
I ran the following command (as stated in the documentation) in the created theme folder: $ python bootstrap-buildout.py
the response was: python: can't open file 'bootstrap-buildout.py': [Errno 2] No such file or directory
The docs are misleading and incorrect
The text was updated successfully, but these errors were encountered:
I missed that on the docs page:
It will ask you some questions: --> What kind of package would you like to create? Choose between 'Basic', 'Dexterity', and 'Theme'. [Basic]: Theme
No, it will not...
Sorry, something went wrong.
No branches or pull requests
Description
I followed the docs to create a plone 5 theme at https://docs.plone.org/adapt-and-extend/theming/theme_product.html
What I Did
I ran the following command (as stated in the documentation) in the created theme folder:
$ python bootstrap-buildout.py
the response was:
python: can't open file 'bootstrap-buildout.py': [Errno 2] No such file or directory
The docs are misleading and incorrect
The text was updated successfully, but these errors were encountered: