Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beatricebranchini authored May 8, 2024
1 parent ed1c890 commit 9bf2e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ When the script is done running, both the host and the FPGA bitstream will be av

## Reproducing Paper Results (Artifact RAW24)

Before running the tests, check if matplotlib and scikit-learn are available on the machine. If not, run
Before running the tests, check if matplotlib, scikit-learn, and pymatching are available on the machine. If not, run
```
pip install matplotlib scikit-learn
pip install matplotlib scikit-learn pymatching
```
Firstly, source the Xilinx Runtime XRT and Vitis with the following commands:
```
Expand Down

0 comments on commit 9bf2e2e

Please sign in to comment.