Browse Source

readmy render error

master
Tom 5 years ago
parent
commit
7bd19dbc07
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.md

+ 4
- 1
README.md View File

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


Loading…
Cancel
Save