More importantly, adds the Installing from PyPI section to the library README. On the initial template, the section will contain an rST note stating that the library is not available on PyPI. There is also a todo to either:
Remove the note if the library will be available from PyPI upon release.
Remove the entire section if the library will not be released on PyPI.
The todo will fail Travis on the sphinx build, so this will be addressed on PRs if missed.
Fixes a PEP8 fail, that pylint complained about.
More importantly, adds the
Installing from PyPI
section to the library README. On the initial template, the section will contain an rST note stating that the library is not available on PyPI. There is also atodo
to either:The
todo
will fail Travis on the sphinx build, so this will be addressed on PRs if missed.