Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

[REVIEW] Revisit WSL install instructions: additional dependency needed for pytest #514

Merged
merged 1 commit into from
Nov 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ We have confirmed that cuSignal successfully builds and runs on Windows by using
6. Optional: Confirm unit testing via PyTest
In the cuSignal top level directory:
```
pip install pytest
pip install pytest pytest-benchmark
pytest
```

Expand Down