Skip to content

Commit

Permalink
docs(python): require python version by the input
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 20, 2024
1 parent 58693be commit 5b511a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/py/{{cookiecutter.project_slug}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ print(result)
## Installation

### Requirements
- Python 3.11+
- Python {{cookiecutter.python_version}}+
- Dependencies:
- [Dependency 1]: [version] - [brief description or purpose]
- [Dependency 2]: [version] - [brief description or purpose]
Expand Down

0 comments on commit 5b511a5

Please sign in to comment.