Poetry usage Install curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python Enable tab completion # Bash poetry completions bash > /etc/bash_completion.d/poetry.bash-completion # Bash (macOS/Homebrew) poetry completions bash > $(brew --prefix)/etc/bash_completion.d/poetry.bash-completion # Fish poetry completions fish > ~/.config/fish/completions/poetry.fi..