From 29295074b3ddc77f7669f15dad3961c620d05066 Mon Sep 17 00:00:00 2001 From: degenaro Date: Wed, 23 Feb 2022 08:22:25 -0500 Subject: [PATCH] Specify Python version required in README.md. --- trestle_k8s/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/trestle_k8s/README.md b/trestle_k8s/README.md index af18605..c1b1cdc 100644 --- a/trestle_k8s/README.md +++ b/trestle_k8s/README.md @@ -10,6 +10,15 @@ Sample inputs can be found [here](https://github.com/kubernetes-sigs/wg-policy-p Policy Report CRD - OSCAL by the Kubernetes Policy Working Group is [here](https://docs.google.com/document/d/1RdxSz5kEdOPWPVCRNXWBM3AmeU2iBxRAKe89hN3JrtE/edit#). +#### Prerequisites + +Python 3.7, 3.8, or 3.9. + +``` +> python -V +Python 3.9.9 +``` + #### Demo ![image](images/k8s-to-oscal.drawio.png)