From 3ec1775ad6e6ecaa558e81cfe20ac0049aaf7329 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 19deb6d..192a28c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ representations. `pytket-pyquil` is available for Python 3.9, 3.10 and 3.11, on Linux, MacOS and Windows. To install, run: -```pip install pytket-pyquil``` +```shell +pip install pytket-pyquil +``` This will install `pytket` if it isn't already installed, and add new classes and methods into the `pytket.extensions` namespace.