python poetry - ghdrako/doc_snipets GitHub Wiki

pip install poetry

pip and Poetry manage multiple packages in configuration files: requirements.txt for pip, and pyproject.toml for Poetry.

  • poetry add to add a package to your virtual environment,
  • poetry install to actually download and install it