other
[Python] How to install pytest
# first create virtual environment
# then install pytest using the command
$ python -m pip install pytest
Was this helpful?
Similar Posts