From c27c471b27092021f93f3887809e773c3d9e2d1b Mon Sep 17 00:00:00 2001 From: Advait Jain Date: Thu, 8 Jun 2023 11:11:59 -0700 Subject: [PATCH] Change comment to refer to 3.11 instead of 3.9 (#2029) BUG=cleanup --- docs/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python.md b/docs/python.md index 7148579a58a..00437bd70b1 100644 --- a/docs/python.md +++ b/docs/python.md @@ -42,7 +42,7 @@ issues on their own. It is described here for illustrative purposes only. # The cloned tflite-micro folder needs to be renamed to tflite_micro mv tflite-micro tflite_micro # To set up a specific Python version, make sure `python` is pointed to the -# desired version. For example, call `python3.9 -m venv tflite_micro/venv`. +# desired version. For example, call `python3.11 -m venv tflite_micro/venv`. python -m venv tflite_micro/venv echo "export PYTHONPATH=\${PYTHONPATH}:${PWD}" >> tflite_micro/venv/bin/activate cd tflite_micro