Check https://qiskit.org/
Beware of import qiskit under ubuntu:
Do
sudo apt install musl musl-dev
sudo ln -s /lib/ld-musl-x86_64.so.1 /lib/libc.musl-x86_64.so.1
The name of the musl lib is different from the one used in qiskit
See the file qc1.ipynb
Execute and be happy