Skip to content

Commit

Permalink
Merge pull request #654 from basnijholt/patch-1
Browse files Browse the repository at this point in the history
Add conda installation instructions
  • Loading branch information
95-martin-orion authored Feb 1, 2024
2 parents 0c65cad + 38ed176 commit 7b92129
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/install_qsimcirq.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,37 @@ file. You can install them with `pip3 install -r dev-requirements.txt` or

## Linux installation

We provide `qsimcirq` Python wheels on 64-bit `x86` architectures with `Python 3.{7,8,9,10,11}`.
We provide `qsimcirq` Python wheels on 64-bit `x86` architectures with `Python 3.{7,8,9,10,11,12}`.

Simply run `pip3 install qsimcirq`.

## MacOS installation

We provide `qsimcirq` Python wheels on `x86` architectures with `Python 3.{7,8,9,10,11}`.
We provide `qsimcirq` Python wheels on `x86` architectures with `Python 3.{7,8,9,10,11,12}`.

Simply run `pip3 install qsimcirq`.

## Windows installation

We provide `qsimcirq` Python wheels on 64-bit `x86` and `amd64` architectures with `Python 3.{7,8,9,10,11}`.
We provide `qsimcirq` Python wheels on 64-bit `x86` and `amd64` architectures with `Python 3.{7,8,9,10,11,12}`.

Simply run `pip3 install qsimcirq`.

## There's no compatible wheel for my machine!

If existing wheels do no meet your needs please open an issue with your machine configuration (i.e. CPU architecture, Python version) and consider using the [Docker config](./docker.md) provided with this repository.

## Conda Installation

`qsimcirq` is now also available on conda-forge for Linux x86 including CUDA builds and MacOS x86 and Apple Silicon ARM64.
To install `qsimcirq` using conda, you can use the following command:

```
conda install -c conda-forge qsimcirq
```

This will install the `qsimcirq` package from the conda-forge channel.

## Testing

After installing `qsimcirq` on your machine, you can test the installation by
Expand Down

0 comments on commit 7b92129

Please sign in to comment.