We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c37126 commit c1b3fafCopy full SHA for c1b3faf
cookiecutter/hooks/post_gen_project.py
@@ -61,6 +61,7 @@ def main() -> None:
61
)
62
print()
63
print(f"cd {cookiecutter.github_repo_name}")
64
+ print("# Requires at least python version 3.11")
65
print("python3 -m venv .venv")
66
print(". .venv/bin/activate")
67
print("pip install .[dev-noxfile]")
0 commit comments