From db9467c1bd760a0810391d4efc5924955a6f3672 Mon Sep 17 00:00:00 2001 From: OCH <18335360+omarcostahamido@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:03:54 +0800 Subject: [PATCH 1/2] Update README.md - as of v0.2.4 both Windows and Mac can use local quantum computer as a backend - this refers to #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7182f6..74a1c07 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SpinQit is the quantum software development kit from SpinQ Technology Co., Ltd. ## Installation and Documentation -- SpinQit is available on Windows, Linux and MacOS. Only the **Windows** version can use a local quantum computer as a backend. This package has been tested on Ubuntu 20.04 & 22.04 (x86_64), Windows 10 (x86_64), MacOS Ventura 13.0 (M1, M2) and MacOS Mojave 10.14.6 (x86_64). +- SpinQit is available on Windows, Linux and MacOS. This package has been tested on Ubuntu 20.04 & 22.04 (x86_64), Windows 10 (x86_64), MacOS Ventura 13.0 (M1, M2) and MacOS Mojave 10.14.6 (x86_64). - SpinQit requires Python 3.8+. This package has been tested with Python 3.8.13 and 3.9.12. - We suggest you use Anaconda to set up your Python environment. From b3b6e836540cce50f0c81c1aca096aba27397f16 Mon Sep 17 00:00:00 2001 From: OCH <18335360+omarcostahamido@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:04:31 +0800 Subject: [PATCH 2/2] Update GettingStarted.md - as of v0.2.4 both Windows and Mac can use local quantum computer as a backend - this fixes #8 --- doc/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/GettingStarted.md b/doc/GettingStarted.md index e7f8b91..886d7a0 100644 --- a/doc/GettingStarted.md +++ b/doc/GettingStarted.md @@ -1,7 +1,7 @@ # Basics ## Requirements -- SpinQit is available on Windows, Linux and MacOS. Only the **Windows** version can use a local quantum computer as a backend. This package has been tested on Ubuntu 20.04 & 22.04 (x86_64), Windows 10 (x86_64), MacOS Ventura 13.0 (M1, M2) and MacOS Mojave 10.14.6 (x86_64). +- SpinQit is available on Windows, Linux and MacOS. This package has been tested on Ubuntu 20.04 & 22.04 (x86_64), Windows 10 (x86_64), MacOS Ventura 13.0 (M1, M2) and MacOS Mojave 10.14.6 (x86_64). - SpinQit requires Python 3.8+. This package has been tested with Python 3.8.13 and 3.9.12. - We suggest you use Anaconda to set up your Python environment. Please refer to [https://docs.anaconda.com/anaconda/](https://docs.anaconda.com/anaconda/) about how to install and use a conda environment. On Windows, we recommend adding Anaconda to your PATH environment viarable to avoid unnecessary troubles. ## Installation