- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 2 of 2 for host:python-poetry.org (0.01 sec)
Similar results are displayed.
-
Basic usage | Documentation | Poetry - Python d...
Basic usage For the basic usage introduction we will be installing pendulum, a datetime library. If you have not yet installed Poetry, refer to the Introduction chapter. Project setup First, let’s create our new project, let’s call it poetry-demo: poetry new poetry-demo This will create the poetry-demo directory with the following content: poetry-demo ├── pyproject.toml ├── README.md ├── poetry_demo │ └── __init__.py └── tests └── __init__.py The pyproject.toml file is what is the most important here. This will orchestrate your project and its dependencies. For now, it looks like this:python-poetry.org/docs/basic-usage/Registered: Fri Jan 24 09:41:44 UTC 2025 - Last Modified: Fri Jan 24 00:31:04 UTC 2025 - 77.6K bytes - Viewed (0) -
Basic usage | main | Documentation | Poetry - P...
Basic usage For the basic usage introduction we will be installing pendulum, a datetime library. If you have not yet installed Poetry, refer to the Introduction chapter. Project setup First, let’s create our new project, let’s call it poetry-demo: poetry new poetry-demo This will create the poetry-demo directory with the following content: poetry-demo ├── pyproject.toml ├── README.md ├── poetry_demo │ └── __init__.py └── tests └── __init__.py The pyproject.toml file is what is the most important here. This will orchestrate your project and its dependencies. For now, it looks like this:python-poetry.org/docs/main/basic-usage/Registered: Fri Jan 24 09:43:32 UTC 2025 - Last Modified: Fri Jan 24 09:43:32 UTC 2025 - 77.9K bytes - Viewed (0)