Installation
Install QuTIpy in your local system and get started with the Quantum Journey
Last updated
Install QuTIpy in your local system and get started with the Quantum Journey
Last updated
Before you can use QuTIpy, you’ll need to get it installed. We have a that covers all the possibilities; this guide will guide you to a minimal installation that’ll work while you walk through the introduction.
Being a Python computing framework, QuTIpy requires Python.
Get the latest version of Python at or with your operating system’s package manager.
You can verify that Python is installed by typing python
from your shell; you should see something like:
You’ve got three options to install QuTIpy:
. This is the best approach for most users.
. This option is for enthusiasts who want the latest-and-greatest features and aren’t afraid of running brand new code. You might encounter new bugs in the development version, but reporting them helps the development of QuTIpy. Also, releases of third-party packages are less likely to be compatible with the development version than with the latest stable release.