Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

VectorInstitute/aieng-template-poetry

Repository files navigation

AI Engineering template


code checks integration tests docs codecov license

A template repo for AI Engineering projects (using python)

🧑🏿‍💻 Developing

Installing dependencies

The development environment can be set up using poetry. Hence, make sure it is installed and then run:

python3 -m poetry install
source $(poetry env info --path)/bin/activate

In order to install dependencies for testing (codestyle, unit tests, integration tests), run:

python3 -m poetry install --with test

Releases

No releases published

Packages

No packages published

Languages