dialogflow-python-client
dialogflow-python-client copied to clipboard
Fix broken README
trafficstars
- README was written in rst format but had .md extension.
- Fixed some problems with rst format.
- Updated documentation section urls (License, contributing).
- Updated direct install using pip and repository url.
- Fixed Travis url.
If you try to install directly from the repository pip will not be able to install since the repository url must be prefixed with git+
even when you fix this installation will fail with this message. (look at this line this is the problem we don't have a README.rst file)
IOError: [Errno 2] No such file or directory: 'README.rst'
Travis url is linking for the old repository (build status unknown).