2025-02-11 11:49:37 +08:00
..
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00
2025-02-11 11:49:37 +08:00

Introduction

This repository is used as a prototype template for setting up new Python project.

The documentation in docs contains the recommended practices.

Installation

Requirements

  • Install pyenv to manage the Python versions
  • Install Poetry to manage the dependencies

Run the following command in this project root folder to install the dependencies:

poetry install

Or you can install the dependencies with pip:

pip install -r requirements.txt