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.