AiDevs3 tasks solutions aidevs.pl
Projects uses uv as pacakge manager and make
to execute commands.
Please install them before running the project.
Having uv
and make
installed, run the following command to install the project:
make install
It will create a virtual environment and install all necessary dependencies.
To run the the task, execute the following command:
make run task=<task-name>
List of available task commands:
make help