Poetry
poetry initpoetry add fastapixargs poetry add < requirements.txtpoetry run which pythonpoetry run python src/app.py
# or
poetry shell
# or
source /Users/memo/Library/Caches/pypoetry/virtualenvs/modern-dev-h5v5ieWx-py3.11/bin/activateLast updated