You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/12.faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ For historical reasons, Python package management is a mess. There are multiple
178
178
179
179
Using PDM/Poetry is not required to run DipDup, but strongly recommended. Choosing one over the other is a matter of personal preference. _As of writing_, Poetry is [faster](https://lincolnloop.github.io/python-package-manager-shootout/), more popular, and has a nicer CLI, while PDM is more PEP-compatible and allows dependency overrides.
180
180
181
-
You can choose the preferred tool (or none) when initializing a project with `dipdup new` command. If you change your mind later, modify the `replay.yaml` file and run `dipdup init --base --force`.
181
+
You can choose the preferred tool (or none) when initializing a project with `dipdup new` command. If you change your mind later, modify the `replay.yaml` file and run `dipdup init --force`.
Copy file name to clipboardExpand all lines: docs/9.release-notes/1.v8.3.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In this release, we've enhanced the integration:
32
32
- Default project templates are configured to use `uv` by default
33
33
- Better handling of dependencies and virtual environments
34
34
35
-
To switch to uv in existing projects, update your `configs/replay.yaml` and run `dipdup init -b -f`.
35
+
To switch to uv in existing projects, update your `configs/replay.yaml` and run `dipdup init --force`.
36
36
37
37
::banner{type="warning"}
38
38
Note that `uv` build backend (see [#3957](https://github.com/astral-sh/uv/issues/3957), available separately as `uv_build` package) doesn't support non-standard layout of DipDup packages. Hatchling build backend handles both editable and non-editable builds correctly.
@@ -56,7 +56,7 @@ Existing projects will continue to work with 8.3 without any modifications.
56
56
If you want to use recent improvements like the MCP server, uv package manager, and Ruff formatter, refresh your project template:
0 commit comments