Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhill1 committed Nov 28, 2023
1 parent 8784b68 commit ec5ab71
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# qbraid-qir

<p align="left">
<a href="https://github.com/qBraid/qbraid-qir/actions/workflows/main.yml">
<img src="https://github.com/qBraid/qbraid-qir/actions/workflows/main.yml/badge.svg?branch=main" alt="CI"/>
</a>
<a href="https://www.gnu.org/licenses/gpl-3.0.html">
<img src="https://img.shields.io/github/license/qBraid/qbraid.svg" alt="License"/>
</a>
<a href="https://discord.gg/TPBU2sa8Et">
<img src="https://img.shields.io/discord/771898982564626445.svg?color=pink" alt="Discord"/>
</a>
</p>

qBraid-SDK extension providing support for QIR conversions

## Local install
Expand All @@ -26,6 +38,7 @@ pytest --cov=qbraid_qir --cov-report=term tests/
## Build docs

```bash
pip install -r docs/requirements.txt
make docs/html
cd docs
pip install -r requirements.txt
make html
```

0 comments on commit ec5ab71

Please sign in to comment.