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') """ }