We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c0c59 commit 0a56675Copy full SHA for 0a56675
README.md
@@ -6,7 +6,7 @@ In this process we create a virtual environment (venv), then install tensorflow-
6
7
All instructions for mac:
8
```
9
-python3.7 -m venv venv
+python3 -m venv venv
10
source venv/bin/activate
11
pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-macosx_10_14_x86_64.whl
12
pip3 install -r requirements.txt
0 commit comments