On "Installing pytest" on http://exercism.io/languages/python, the first command is `pip install` which should be `pip install pytest`.
On "Installing pytest" on http://exercism.io/languages/python, the first command is
pip installwhich should bepip install pytest.