Update README.md

This commit is contained in:
2024-02-28 08:27:34 -05:00
committed by GitHub
parent b0a2deb86e
commit af9498a9f3
+2 -2
View File
@@ -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.