Edit readme.md

This commit is contained in:
Jonas Braus
2025-03-24 18:42:08 +01:00
parent c199f45433
commit 2615bf6187
+20
View File
@@ -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