Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov authored Feb 9, 2025
1 parent ad2c8d6 commit c76dbfb
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 @@ -327,11 +327,11 @@ Devcontainer is provided, this environment can be used locally, or on your serve
or within github codespaces.
To start with devcontainers in vs code, clone repo, and click 'Reopen in Devcontainer'.

Starting from the next version, einops will distribute tests as a part of package.
Starting from einops 0.8.1, einops distributes tests as a part of package.
To run tests:

```bash
# pip install einops
# pip install einops pytest
python -m einops.tests.run_tests numpy pytorch jax --pip-install
```

Expand Down

0 comments on commit c76dbfb

Please sign in to comment.