Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
fixed apikey image and links (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
BkrmDahal authored Mar 23, 2023
1 parent 578e6a9 commit 4e48923
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@

# Welcome to Docsumo python client documentation!
[![Documentation Status](https://readthedocs.org/projects/docsumo/badge/?version=latest)](https://docsumo.readthedocs.io/en/latest/?badge=latest)

For detail:
Check us out at [https://www.docsumo.com/](https://www.docsumo.com/)
To find out about our web app or to get your API key, check out [https://app.docsumo.com/](https://app.docsumo.com/)

- [Here is Documentation](https://docsumo.readthedocs.io/en/latest/index.html)
- [Postman Documentation](https://documenter.getpostman.com/view/4263853/S11LtdGN)


# Install
```bash
pip3 install docsumo
```

# Set API KEY from docsumo setting page as env variable `DOCSUMO_API_KEY` or pass apikey parameter in Docsumo class.

![APIKeY](https://i.imgur.com/hmOcaYp.png)
![APIKeY](https://i.imgur.com/hDCh6cU.png)

```bash
export DOCSUMO_API_KEY="test" >> ~/.bashrc
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

setup(
name="docsumo",
version="0.5.8",
version="0.5.9",
description="Python client for Docsumo",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/docsumo/docsumo_python_client",
url="https://www.docsumo.com/",
author="Docsumo",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 4e48923

Please sign in to comment.