Skip to content

Commit

Permalink
Update platform support description (#844)
Browse files Browse the repository at this point in the history
* Mention a few non-supported modes (FreeBSD, WebAssembly, PyPy) by name
so they come up more easily for someone searching for them.
* Fix typo (missing "be").
* Downgrade confidence that Qiskit will work on other platforms
* Expand reference to CPython

---------

Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
wshanks and Eric-Arellano authored Feb 19, 2024
1 parent 57ce086 commit 3be11a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/start/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ If you are planning to work locally and use simulators built into Qiskit, then y
<span id="os-support"></span>
## Operating system support
Qiskit strives to support as many operating systems as possible, but due to limitations in available testing resources and operating system availability, not all operating systems can be supported. Operating system support for Qiskit is broken into three tiers with different levels of support for each tier. For operating systems outside these, Qiskit is probably still installable, but it is not tested and you will have to build Qiskit (and likely Qiskit’s dependencies) from source.
Qiskit strives to support as many operating systems as possible, but due to limitations in available testing resources and operating system availability, not all operating systems can be supported. Operating system support for Qiskit is broken into three tiers with different levels of support for each tier. For platforms outside these, such as FreeBSD or WebAssembly (WASI), Qiskit may still be installable, but it is not tested and you will have to build Qiskit (and likely Qiskit’s dependencies) from source.
Additionally, Qiskit only supports CPython. Running with other Python interpreters is not supported.
Additionally, Qiskit only supports the CPython implementation of the Python language. Running with other Python interpreters such as PyPy is not supported.
<details>
<summary>
Expand Down

0 comments on commit 3be11a8

Please sign in to comment.