Skip to content

Commit 8329222

Browse files
committed
Update install prompt to make sure it does the code changes
1 parent 0cb82c4 commit 8329222

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plain/plain/cli/install.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ def install(
6464
"## Instructions",
6565
"",
6666
"For each package:",
67-
"1. Run `uv run plain docs <package>` and follow any setup instructions",
68-
"2. If the docs point out that it is a --dev tool, move it to dev dependencies: `uv remove <package> && uv add <package> --dev`",
67+
"1. Run `uv run plain docs <package>` and read the installation instructions",
68+
"2. If the docs point out that it is a --dev tool, move it to the dev dependencies in pyproject.toml: `uv remove <package> && uv add <package> --dev`",
69+
"3. Go through the installation instructions and complete any code modifications that are needed",
6970
"",
7071
"DO NOT commit any changes",
7172
"",
7273
"Report back with:",
7374
"- Whether the setup completed successfully",
74-
"- Any manual steps that still need to be completed",
75+
"- Any manual steps that the user will need to complete",
7576
"- Any issues or errors encountered",
7677
]
7778

0 commit comments

Comments
 (0)