Skip to content

Commit ea70fee

Browse files
committed
review: update installation step
1 parent 31a7eb2 commit ea70fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/create/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616

1717
var InstallCommands = map[string]string{
1818
LanguageTypeScript: "npm install",
19-
LanguagePython: "uv venv && source .venv/bin/activate && uv sync",
19+
LanguagePython: "uv venv",
2020
}
2121

2222
// SupportedLanguages returns a list of all supported languages

0 commit comments

Comments
 (0)