From b0a2deb86e2dbef7d7868fdaa331899660f0b5b6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2024 17:33:36 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17f5c67..0005cb3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ With `neon_api`, you can automate tasks, streamline workflows, and build powerfu ## Installation +Installation of `neon_api` is easy, with pip: + ```bash $ pip install neon-api ```