Initialize a new project
This command starts an interactive process to create a newpyproject.toml file. It guides you through defining your project’s metadata, including name, version, description, author, license, and dependencies.
Install project dependencies
This command reads thepyproject.toml file in your project, resolves the dependencies, and installs them into a new virtual environment.
If a poetry.lock file exists, it uses this to ensure reproducible installations across different environments.