Skip to content

Commit

Permalink
Change comment to refer to 3.11 instead of 3.9 (#2029)
Browse files Browse the repository at this point in the history
BUG=cleanup
  • Loading branch information
advaitjain authored Jun 8, 2023
1 parent e955326 commit c27c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c27c471

Please sign in to comment.