Python Poetry Cheatsheet
Apr 23, 2021 · 1 min read · Create a new Poetry project: # poetry new <project-name> # Ex: poetry new rocketship This creates a Poetry project with the following directory structure: Activate the Python virtual environment: cd ./rocketship poetry shell Deactivate the Python v...
PKSandeep and 1 more commented