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: plain/plain/cli/install.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,15 @@ def install(
64
64
"## Instructions",
65
65
"",
66
66
"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",
69
70
"",
70
71
"DO NOT commit any changes",
71
72
"",
72
73
"Report back with:",
73
74
"- 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",
0 commit comments