Skip to content

Commit 5fb8b63

Browse files
authored
Update README.md
1 parent afa2cfe commit 5fb8b63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ A PyTorch dependency is **not** included since it may require [special instructi
3131

3232
1. Clone the repo.
3333
2. Assuming you have [Pixi](https://pixi.sh/latest/), install pre-commit hooks `pixi run -e dev pre-commit`
34-
3. Use the appropriate Pixi environment for your needs. A decent catch-all is `dev` but you might need a different environment if using a GPU.
34+
3. Activate and use the appropriate Pixi environment for your needs. A decent catch-all is `dev` but you might need a different environment if using a GPU.
35+
36+
All the tests are designed to use pytest and live under `tests/`. These tests ensure the code works as intended so they must all pass before any features are merged into `main` and subsequently released.

0 commit comments

Comments
 (0)