You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom 9190a4c371 fixed pipfile / readme 5 years ago
qubo_lab@f1c63793c7 added qubo_lab 5 years ago
.gitignore pipenv support 5 years ago
.gitmodules added qubo_lab 5 years ago
Pipfile fixed pipfile / readme 5 years ago
Pipfile.lock pipenv support 5 years ago
README.md fixed pipfile / readme 5 years ago

README.md

Bachelorarbeit Ergebnisse reproduzieren

git clone --recursive http://sargas.org:3000/QA_SAT/BA_Reproduzierbarkeit_Anleitung.git

Setup

Zu erst muss das virtual environment für Python eingerichtet werden. Gehen sie hierfür in das Hauptverzeichnis des Projekts und führen

pipenv sync

aus. Anschließend muss noch ein kernel für jupyter erstellt werden, hierzu führen sie

python -m ipykernal --user --name=BA_Reproduzierbarkeit_Anleitung

aus.