Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ From Source
- Use :code:`pip install -r requirements.txt` to install the required packages
- or :code:`pipenv install && pipenv install --dev`

How to contribute?
__________________
Please, click here `Contribution Guidelines for this project`_


Examples
________
More **examples** in :code:`examples/` directory.
Expand Down Expand Up @@ -124,8 +119,8 @@ If you want to see the response in pretty print format JSON. Feel free for use c
# and then print using pprint(result) instead of print(result)
pprint(response)

Development and Deployment (For contributors)
_____________________________________________
How to contribute?
__________________
First of all, I am happy for any PR requests.
Let's fork and provide your changes :)
See the `Contribution Guidelines for this project`_ for details on how to make changes to this library.
Expand Down