Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Nov 23, 2020
1 parent 5854ecc commit 2469f44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ git clone --recursive https://github.com/oscarhiggott/PyMatching.git
pip install -e ./PyMatching
```

Note this installation may take a few minutes since the C++ extension has to be compiled. If you'd also
like to run the tests, first install [pytest](https://docs.pytest.org/en/stable/), and then run:
Note that PyMatching requires Python 3.6 or later. The installation may take a few minutes since the C++ extension has to be compiled. If you'd also like to run the tests, first install [pytest](https://docs.pytest.org/en/stable/), and then run:
```
pytest ./PyMatching/tests
```
Expand Down

0 comments on commit 2469f44

Please sign in to comment.