Skip to content

Commit f0b01ec

Browse files
committed
Link lockfile follow-up docs from tutorial
1 parent 0aff041 commit f0b01ec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/source/tutorials/set_up_a_project.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ The `pytask.lock` file records which tasks and products are up to date. pytask u
144144
it during builds so later runs can skip unchanged tasks. This file should be kept in
145145
version control.
146146

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+
147153
## Installation
148154

149155
=== "uv"

0 commit comments

Comments
 (0)