From c2db9082a424cda39de85035c427178baff6827c Mon Sep 17 00:00:00 2001 From: cgruver Date: Tue, 30 Jul 2024 15:57:29 +0000 Subject: [PATCH] add Python 3 Module --- modules/python3/module.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/python3/module.yaml 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