-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
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
Documentation conflicts itself on whether or not pip must be explictly specified. #160
Comments
It looks like based on the code that the error is with the first documentation string. Code for default : https://github.com/stankevich/puppet-python/blob/09967704c152f5fd044ed4ddbc7382ef2e24aea5/manifests/params.pp#L7 |
@gene1wood will you be interested in PR for this documentation fix :) |
… notes to the bottom of the page. Since the release notes reflect changes from long in the past it's probably confusing to have them at the very top of the page. I've moved them to the bottom to reflect the fact that they are not as important as the installation and usage instructions. Fixes voxpupuli#160
Sure thing. I've added PR #217 but it says there are branch conflicts. I've not seen a conflict message like this before and I'm unsure what needs to be done to resolve it. |
Also @shivapoudel you closed this issue after you commented asking for a PR (which may have been on accident) |
Disregard my branch conflict comment, I got confused and have fixed it. |
Thank! I have merged #217 🎉 |
… notes to the bottom of the page. Since the release notes reflect changes from long in the past it's probably confusing to have them at the very top of the page. I've moved them to the bottom to reflect the fact that they are not as important as the installation and usage instructions. Fixes #160
Both of these are specified:
"You must explicitly specify pip => true in the python class if you want pip installed. As such, the pip package is now independent of the dev package and so one can exist without the other."
"pip - Install python-pip. Default: true"
The text was updated successfully, but these errors were encountered: