Projekt_IO/README.md

11 lines
212 B
Markdown
Raw Permalink Normal View History

2024-01-20 18:09:04 +01:00
Cat detection
Quick guide:
2024-01-20 18:11:42 +01:00
1. install docker
2024-01-20 18:36:37 +01:00
2. build image with `./scripts/build_image.bat`
3. run container with `./scripts/start.bat`
2024-01-20 18:09:04 +01:00
Quick tests guide:
2024-01-20 18:11:42 +01:00
1. run unit tests `./scripts/run_tests.bat`
2024-01-20 18:09:04 +01:00
Have fun!