agusmdev / fastapi-ddd-cookiecutter

This project is a backend template for a FastAPI-based application that uses the repository pattern approach to provide an abstraction layer between the business logic and the data access layer. It aims to provide a scalable and maintainable architecture for building web applications.
MIT License
42 stars 5 forks source link

Handling Python version #7

Closed leferrad closed 1 year ago

leferrad commented 1 year ago

In the install script: https://github.com/agusmdev/fastapi-ddd-template/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/scripts/install.sh#L9

the Python version is forced to 3. Maybe the user wants to select the Python version (even which specific version), or at least let the user know that this only works with Python 3.

agusmdev commented 1 year ago

Nice catch, added requirement of python3.8 to the readme