installing pytest code example
Example 1: install pytest
pip install pytest
Example 2: python run pytest
Just type this in shell:
pytest
Or this if that does nott work:
python -m pytest
pip install pytest
Just type this in shell:
pytest
Or this if that does nott work:
python -m pytest