nikolaik / docker-python-nodejs

🐳 Python with Node.js docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add poetry

nikolaik opened this issue · comments

👍

Yes, please. For anyone with a Node.js background developing Python, Poetry ist the natural choice for a Python package manager. My current workaround:

  - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
  - . $HOME/.poetry/env

Working great, thanks!