diff --git a/windows/choco/python3.sls b/windows/choco/python3.sls new file mode 100644 index 0000000..e10e0a8 --- /dev/null +++ b/windows/choco/python3.sls @@ -0,0 +1,3 @@ +'Installons Python 3': + chocolatey.installed: + - name: python3 \ No newline at end of file