From 7e400cd9988e21ff9a7209ef8f577a553876484b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 30 Jan 2024 12:02:29 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7492932..33a3bf6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ With `neon_client`, you can automate tasks, streamline workflows, and build powerful integrations with ease. + +## Installation + +```bash +$ pip install neon-client +``` + +**Please Note**: this repository is a work in progress. The package is not yet available on PyPi. The above command will not work. + + ## Usage ```python @@ -79,14 +89,6 @@ Remember that you should never expose your api_key and handle it carefully since View the [Neon API documentation](https://api-docs.neon.tech/reference/getting-started-with-neon-api) for more information on the available endpoints and their parameters. -## Installation - -```bash -$ pip install neon-client -``` - -**Please Note**: this repository is a work in progress. The package is not yet available on PyPi. The above command will not work. - ## Development Installation is simple with `pipenv`. Just run the following command in the root directory of the repository: