Skip to content

Commit

Permalink
Merge pull request #9 from ScQ-Cloud/dev
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
ScQ-Cloud committed Mar 21, 2023
2 parents 2d8df01 + 93cf105 commit 59ee820
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,24 @@ PyQuafu is developed for the users of [Quafu](http://quafu.baqis.ac.cn/) to cons

## Installation

You can directly install via PyPI,

```
pip install pyquafu
```

or build from source

```
pip install -r requirements.txt
python setup.py install
```

## Document
Please see the website [docs](https://scq-cloud.github.io/).


## Note
If you are using an Apple silicon Mac and meet the error "illegal hardware instruction", please confirm whether you have updated to the arm64 version of Anaconda (see https://github.com/abess-team/abess/issues/310).

## Examples

Expand Down

0 comments on commit 59ee820

Please sign in to comment.