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.
2 parents 6b99d22 + c1b3faf commit 65109a4Copy full SHA for 65109a4
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