mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
589 B
589 B
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
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