From 27a1231d251cd08f86027c27fd701423bbbdedc2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Jan 2024 12:42:51 -0500 Subject: [PATCH] Add installation instructions to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6143cd7..f09a475 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Remember that you should never expose your api_key and handle it carefully since Please note that this is a hypothetical example and might not work without proper implementation considering neon.tech's actual API documentation. ## Installation + ```bash $ pip install neon-client ```