We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aff041 commit f0b01ecCopy full SHA for f0b01ec
1 file changed
docs/source/tutorials/set_up_a_project.md
@@ -144,6 +144,12 @@ The `pytask.lock` file records which tasks and products are up to date. pytask u
144
it during builds so later runs can skip unchanged tasks. This file should be kept in
145
version control.
146
147
+When you move a project to another machine, see
148
+[Move a Project to Another Machine](../how_to_guides/move_project_to_another_machine.md).
149
+To update recorded task state manually, use
150
+[`pytask lock`](../reference_guides/commands.md#pytask-lock). For details on what pytask
151
+stores in the file, see [Lockfile](../reference_guides/lockfile.md).
152
+
153
## Installation
154
155
=== "uv"
0 commit comments