Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1 KB

README.md

File metadata and controls

58 lines (39 loc) · 1 KB

SPIRA Training

A training pipeline to SPIRA project.

Development

SPIRA-training is built using Python and uses Docker for containerization.

To run the project on the host machine, poetry is required.

Installing dependencies

It's suggested to run the project with Docker. Alternatively, install poetry, then install the project packages:

# at the root
poetry install

Execution

To execute the project, run:

# at the root
make app

Alternatively, execute:

# at the root
poetry run python src/spira_training/main.py

Tests

To execute the tests, run:

# at the root
make unit-tests

Alternatively, execute:

# at the root
poetry run pytest

Authors

Acknowledgements