Edit readme.md
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user