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.