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'
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).