Skip to content

Commit 7bd08c4

Browse files
committed
readme badges
1 parent c354e2f commit 7bd08c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
[![Python 3.10](https://img.shields.io/badge/python-3.10+-green.svg)](https://www.python.org/downloads/release/python-3100/)
2+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
3+
[![Build](https://github.com/ML-KULeuven/klay/actions/workflows/main.yml/badge.svg)](https://github.com/ML-KULeuven/klay/actions/workflows/main.yml)
4+
15
# KLay
26

3-
[[🎥 Video](https://www.youtube.com/watch?v=ZCpDenbGoJ4)] [[📃 Paper](https://openreview.net/pdf?id=Zes7Wyif8G)] [[📖 Documentation](https://klaycircuits.readthedocs.io/en/latest/)]
47

58
_KLay is a Python library for evaluating sparse circuits on the GPU._
69

7-
To get started, install KLay using pip and check out the [documentation](https://klaycircuits.readthedocs.io/en/latest/).
10+
To get started, install KLay using pip and check out the [documentation](https://klaycircuits.readthedocs.io/en/latest/). You can also refer to [this video](https://www.youtube.com/watch?v=ZCpDenbGoJ4) or [the paper](https://openreview.net/pdf?id=Zes7Wyif8G) for more details.
811

912
```bash
1013
pip install klaycircuits

0 commit comments

Comments
 (0)