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 2ace3f5289 worked on 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 worked on 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 install

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

python -m ipykernel install --user --name=BA_Reproduzierbarkeit_Anleitung

aus. Anschließend kann das virtual environment mit

pipenv shell

aktiviert werden.

Datensatz generieren