diff --git a/modules/python3/module.yaml b/modules/python3/module.yaml new file mode 100644 index 0000000..d210e10 --- /dev/null +++ b/modules/python3/module.yaml @@ -0,0 +1,8 @@ +schema_version: 1 +name: python3 +version: v1.0 +description: "Installs Python 3" +packages: + install: + - python3-pip + - python3-devel \ No newline at end of file