fixed pipfile / readme
This commit is contained in:
3
Pipfile
3
Pipfile
@@ -18,9 +18,8 @@ ipykernel = "*"
|
||||
mysql-connector-python = "*"
|
||||
mysql-connector-python-rf = "*"
|
||||
jupyter = "*"
|
||||
stasmodels = "*"
|
||||
patsy = "*"
|
||||
sklearn = "*"
|
||||
statsmodels = "*"
|
||||
|
||||
[requires]
|
||||
#python_version = "3.6"
|
||||
|
14
README.md
14
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.
|
||||
|
Reference in New Issue
Block a user