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 addto add a package to your virtual environment,poetry installto actually download and install it