From 7bd19dbc07e30212b3912a1a9bd603d028f33d90 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 5 Aug 2019 23:32:54 +0200 Subject: [PATCH] readmy render error --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23aea2c..af45018 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,16 @@ git clone --recursive http://sargas.org:3000/QA_SAT/BA_Reproduzierbarkeit_Anleit ## Setup Zuerst muss das virtual environment für Python eingerichtet werden. Gehen sie hierfür in das Hauptverzeichnis des Projekts und führen + ~~~bash pipenv install -~~~ +~~~ + aus. Anschließend muss noch ein kernel für jupyter erstellt werden, hierzu führen sie ~~~bash python -m ipykernel install --user --name=BA_Reproduzierbarkeit_Anleitung ~~~ + aus. Anschließend kann das virtual environment mit ~~~bash pipenv shell