create environment:
python -m venv venv
activate environment unix/linux/mac:
. venv/bin/activate
activate environment windows:
venv\Scripts\activate
Install requirements:
pip install -r requirements.txt
python -m pytest tests -s -p no:warnings
Example repository to teach test automation and how to us computer vision frameworks and CV_POM
Python