Skip to content

Commit 32bf6a1

Browse files
committed
chore: polishing
1 parent f3f7cdb commit 32bf6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ fn diagnose() {
445445
if runners::poe::is_available() {
446446
if !runners::poe::is_command_available() {
447447
problems_count += 1;
448-
println!("{} poe(https://github.com/nat-n/poethepoet) command not available for pyproject.toml", "Warning:".bold().yellow());
448+
println!("{} poe(https://github.com/nat-n/poethepoet) command not available for pyproject.toml, please use `uv tool install --python 3.11 poethepoet` to install.", "Warning:".bold().yellow());
449449
}
450450
}
451451
if runners::argcfile::is_available() {

0 commit comments

Comments
 (0)