Skip to content

python poetry

ghdrako edited this page Nov 19, 2023 · 1 revision
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

Test

Clone this wiki locally