Skip to content

Commit 38ed176

Browse files
authored
Add conda installation instructions
1 parent 0c65cad commit 38ed176

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

docs/install_qsimcirq.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,37 @@ file. You can install them with `pip3 install -r dev-requirements.txt` or
2525

2626
## Linux installation
2727

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

3030
Simply run `pip3 install qsimcirq`.
3131

3232
## MacOS installation
3333

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

3636
Simply run `pip3 install qsimcirq`.
3737

3838
## Windows installation
3939

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

4242
Simply run `pip3 install qsimcirq`.
4343

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

4646
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.
4747

48+
## Conda Installation
49+
50+
`qsimcirq` is now also available on conda-forge for Linux x86 including CUDA builds and MacOS x86 and Apple Silicon ARM64.
51+
To install `qsimcirq` using conda, you can use the following command:
52+
53+
```
54+
conda install -c conda-forge qsimcirq
55+
```
56+
57+
This will install the `qsimcirq` package from the conda-forge channel.
58+
4859
## Testing
4960

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

0 commit comments

Comments
 (0)