Browse Source

fixed pipfile / readme

master
Tom 5 years ago
parent
commit
9190a4c371
2 changed files with 15 additions and 2 deletions
  1. +1
    -2
      Pipfile
  2. +14
    -0
      README.md

+ 1
- 2
Pipfile View File

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

+ 14
- 0
README.md 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.

Loading…
Cancel
Save