Heißer Scheiß: Introduction to Quantum Computing with Qiskit
# New env
conda create -n ENV_NAME python=3
# Activate your new environment.
conda activate ENV_NAME
# Next, install the Qiskit package.
pip install qiskit
# If you intend to use visualization functionality or Jupyter notebooks it is recommended to install Qiskit with the extra visualization support:
pip install qiskit[visualization]