summarylogtreecommitdiffstats
path: root/python-qiskit-ibmq-provider.install
blob: e78f36ca1912adf957e337a00bac65ff100c2dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo """
    To use this package you need an API token from your
    IBM Quantum account page.

    https://quantum-computing.ibm.com/account

    Once you have it, run the following:

    from qiskit import IBMQ
    IBMQ.save_account('MY_API_TOKEN')
    """
}