From ba27262c58e2aabf97cc32b4b65045f468e69b9b Mon Sep 17 00:00:00 2001 From: Serwan Asaad Date: Thu, 10 Oct 2024 14:23:45 +0200 Subject: [PATCH] Version release: 0.3.5 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a6169c..82252a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Added `DragCosinePulse`. - Added support for sticky channels through the `StickyChannelAddon` (see documentation) - Added `Channel.thread`, which defaults to None +- QUAM can now be installed through PyPi ### Changed - Added ports for different hardware. As a consequence we now also support the LF-FEM and MW-FEM diff --git a/README.md b/README.md index b1c72efe..f0b6f51e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To install QuAM, first ensure you have 3.8 ≤ Python ≤ 3.11 installed on your Then run the following command: ```bash -pip install git+https://github.com/qua-platform/quam.git +pip install quam ``` ## Quick Start