fixed pipfile / readme

This commit is contained in:
Tom
2019-08-05 18:21:44 +02:00
parent 55aecb9bab
commit 9190a4c371
2 changed files with 15 additions and 2 deletions

View File

@@ -18,9 +18,8 @@ ipykernel = "*"
mysql-connector-python = "*" mysql-connector-python = "*"
mysql-connector-python-rf = "*" mysql-connector-python-rf = "*"
jupyter = "*" jupyter = "*"
stasmodels = "*"
patsy = "*" patsy = "*"
sklearn = "*" statsmodels = "*"
[requires] [requires]
#python_version = "3.6" #python_version = "3.6"

View File

@@ -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.