readmy render error
This commit is contained in:
@@ -5,13 +5,16 @@ git clone --recursive http://sargas.org:3000/QA_SAT/BA_Reproduzierbarkeit_Anleit
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
Zuerst muss das virtual environment für Python eingerichtet werden. Gehen sie hierfür in das Hauptverzeichnis des Projekts und führen
|
Zuerst muss das virtual environment für Python eingerichtet werden. Gehen sie hierfür in das Hauptverzeichnis des Projekts und führen
|
||||||
|
|
||||||
~~~bash
|
~~~bash
|
||||||
pipenv install
|
pipenv install
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
aus. Anschließend muss noch ein kernel für jupyter erstellt werden, hierzu führen sie
|
aus. Anschließend muss noch ein kernel für jupyter erstellt werden, hierzu führen sie
|
||||||
~~~bash
|
~~~bash
|
||||||
python -m ipykernel install --user --name=BA_Reproduzierbarkeit_Anleitung
|
python -m ipykernel install --user --name=BA_Reproduzierbarkeit_Anleitung
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
aus. Anschließend kann das virtual environment mit
|
aus. Anschließend kann das virtual environment mit
|
||||||
~~~bash
|
~~~bash
|
||||||
pipenv shell
|
pipenv shell
|
||||||
|
Reference in New Issue
Block a user