2023-09-20 20:21:27 +05:30
|
|
|
# Poetry Environment Plugin
|
|
|
|
|
|
2024-03-26 03:55:16 -05:00
|
|
|
This plugin automatically changes poetry environment when you cd into or out of the project directory.
|
2023-09-20 20:21:27 +05:30
|
|
|
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)
|
|
|
|
|
```
|