2023-09-20 16:51:27 +02:00
|
|
|
# Poetry Environment Plugin
|
|
|
|
|
2024-03-26 09:55:16 +01:00
|
|
|
This plugin automatically changes poetry environment when you cd into or out of the project directory.
|
2023-09-20 16:51:27 +02:00
|
|
|
Note: Script looks for pyproject.toml file to determine poetry if its a poetry environment
|
|
|
|
|
|
|
|
To use it, add `poetry-env` to the plugins array in your zshrc file:
|
|
|
|
|
|
|
|
```zsh
|
|
|
|
plugins=(... poetry-env)
|
|
|
|
```
|