Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
guidorice committed Jul 20, 2024
1 parent 31b654f commit d05212f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ does not have any awareness of Mojo source or package structure, `pytest` is ext

# install from github
pip install git+https://github.com/guidorice/mojo-pytest.git

# or install from cloned repository
pip install .

# verify pytest and the Mojo plugin are installed
$ pytest --version
$ pip show pytest-mojo
...
pytest --version
pip show pytest-mojo
```

3. See the example project for one possible filesystem layout:
Expand Down

0 comments on commit d05212f

Please sign in to comment.