Skip to content

Commit

Permalink
docs(README): update installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Nov 24, 2024
1 parent ff53c09 commit a6998a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,12 @@
## Installation

```bash
poetry self add poetry-plugin-dotenv
poetry self add poetry-plugin-dotenv@latest
```
> [!TIP]
> New releases supports only Python 3.9+.
> If you want to use `poetry-plugin-dotenv` with Python 3.8 please install version `2.4.0` using
> `poetry self add poetry-plugin-dotenv@2.4.0`
## Usage and Configuration

Expand Down

0 comments on commit a6998a2

Please sign in to comment.