diff --git a/readme.md b/readme.md index e69de29..7419f19 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,20 @@ +# Intro +einfaches Programm (Python bzw. Jupiter-Notebook) für "hello world" mit qubits :) + +hinweis: auf macos sequoia getestet + +# Voraussetzung +installiertes Visual Studio Code mit Jupiter Notebook und Python extension + +# 1. venv erstellen +```python3 -m venv .venv``` + +# 2. venv aktivieren +```source .venv/bin/activate``` + +# 3. pip install +alle pakete aus der Datei requirements.txt mit `pip install` installieren + + +# 4. Je nach dem +Account auf https://quantum.ibm.com/ und api token erhalten \ No newline at end of file