From 5e7faca86d572a96a69c44ce80f3b061b4e629c3 Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 22 Nov 2023 17:45:52 +0000 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7bb87c..3d848573 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ representations. `pytket-qiskit` is available for Python 3.9, 3.10 and 3.11, on Linux, MacOS and Windows. To install, run: -```pip install pytket-qiskit``` +```shell +pip install pytket-qiskit +``` This will install `pytket` if it isn't already installed, and add new classes and methods into the `pytket.extensions` namespace.