From af9498a9f3c7f922bbd57498389b1d73c513622f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 28 Feb 2024 08:27:34 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0005cb3..7a2166a 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,10 @@ View the [Neon API documentation](https://api-docs.neon.tech/reference/getting-s ## Development -Installation is simple with `pipenv`. Just run the following command in the root directory of the repository: +First, create a virtual environment, then install the dependencies of the library with `pip`: ```bash -$ pipenv install --dev +$ pip install -r requirements.txt ``` This will install all the necessary dependencies for development.