Skip to content

Commit

Permalink
Typo and add links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Sep 26, 2023
1 parent 1ea0a5a commit 6be5ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# pytket-phir

PHIR stands for _[PECOS](https://github.com/PECOS-packages/PECOS) High-level Intermediate Representation_.
See [PHIR specification](https://github.com/CQCL/phir/blob/main/phir_spec_qasm.md) for more.

## Installation

To install the project, clone the repository and run:
Expand Down

0 comments on commit 6be5ac2

Please sign in to comment.