Skip to content

Commit

Permalink
Added note to the README about installing the most recent version of …
Browse files Browse the repository at this point in the history
…PyZX.
  • Loading branch information
jvdwetering committed Jul 16, 2024
1 parent 446f4c4 commit caa97c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To install from source, you need Python >= 3.9 and pip. If you have those, just

Then, you can run ZXLive by typing `zxlive`.

Note that ZXLive requires the most recent development version of PyZX. If you already have a version of PyZX installed, first uninstall it with `pip uninstall pyzx`, and then run `pip install .` in the ZXLive folder (or manually install the latest PyZX version using `pip install @git+https://github.com/zxcalc/pyzx.git`).

# Testing

To ensure the quality and correctness of this project, several testing and linting tools are utilized.
Expand Down

0 comments on commit caa97c3

Please sign in to comment.