poetry icon indicating copy to clipboard operation
poetry copied to clipboard

why is it so hard to find a basic sample pyproject.toml file i can use for my new project?

Open developer992 opened this issue 2 years ago • 3 comments

How do you start? Create a new folder, create pyproject.toml file, add a few dependencies like django, so after i install it, i could use django-admin startproject ...

Every time i try to find a basic sample pyproject.toml on google , i waste a lot of time

why isn't it here? https://python-poetry.org/docs/pyproject/

<!- Hi there! Thank you for helping improve our documentation!

Before you submit your issue, please make sure you have completed the checklist below.

-->

  • [ ] I have searched the issues of this repo and believe that this is not a duplicate.

Issue

developer992 avatar Jan 22 '24 09:01 developer992

Check poetry new command. This should help you with your needs.

Secrus avatar Jan 22 '24 09:01 Secrus

poetry new is the first command introduced in the documentation under Basic Usage

couling avatar Jan 23 '24 11:01 couling

You want use a template basic created for new projects or only create a new project with poetry ?

PedroH183 avatar Jan 24 '24 13:01 PedroH183

Closing as this issue does not really meet any burden of information.

abn avatar Mar 02 '24 22:03 abn

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Apr 02 '24 00:04 github-actions[bot]