Python
brew install python@3.11which python@3.11/opt/homebrew/bin/python3.11 -m venv env source env/bin/activatepip install opencv-python pip install mediapipe face-recognitionpip freeze > requirements.txt pip install -r requirements.txt
Last updated