You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install_qsimcirq.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,26 +25,37 @@ file. You can install them with `pip3 install -r dev-requirements.txt` or
25
25
26
26
## Linux installation
27
27
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}`.
29
29
30
30
Simply run `pip3 install qsimcirq`.
31
31
32
32
## MacOS installation
33
33
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}`.
35
35
36
36
Simply run `pip3 install qsimcirq`.
37
37
38
38
## Windows installation
39
39
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}`.
41
41
42
42
Simply run `pip3 install qsimcirq`.
43
43
44
44
## There's no compatible wheel for my machine!
45
45
46
46
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.
47
47
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
+
48
59
## Testing
49
60
50
61
After installing `qsimcirq` on your machine, you can test the installation by
0 commit comments