Code Dogs Technical Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Poetry Cheatsheet

Documentation

Poetry Homepage

Installation

Once the python environment is set eg: pyenv local 3.11.0

pip install poetry

Usage

poetry init
poetry add pandas
poetry remove pandas
poetry install

poetry shell

poetry env list --full-path
poetry env remove --all