Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz authored Feb 28, 2024
1 parent b0a2deb commit af9498a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af9498a

Please sign in to comment.