Add requirements for Podatkovno Rudarjenje

This commit is contained in:
Gašper Fele-Žorž 2025-08-19 17:56:27 +02:00
parent e1ac068953
commit eb1e6012bd
34 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- import_tasks: main_win.yml
when: ansible_os_family == 'Windows'
- import_tasks: main_lin.yml
when: ansible_os_family == 'Debian'

View file

@ -0,0 +1,4 @@
- name: Install plotly
apt:
name: python3-plotly
state: latest

View file

@ -0,0 +1,2 @@
- name: Install plotly
win_command: pip install plotly