From 9190a4c37160beb9d9dba2b4261b207c13fa9ceb Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 5 Aug 2019 18:21:44 +0200 Subject: [PATCH] fixed pipfile / readme --- Pipfile | 3 +-- README.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 836b847..aac6ebb 100644 --- a/Pipfile +++ b/Pipfile @@ -18,9 +18,8 @@ ipykernel = "*" mysql-connector-python = "*" mysql-connector-python-rf = "*" jupyter = "*" -stasmodels = "*" patsy = "*" -sklearn = "*" +statsmodels = "*" [requires] #python_version = "3.6" diff --git a/README.md b/README.md index e69de29..3338d4f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,14 @@ +# 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.