Skip to content
Snippets Groups Projects
Commit 555bba54 authored by Susanna Weber's avatar Susanna Weber
Browse files

still trying the codeblocks

parent aadd0e57
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ This project can iterate JSON-Models generated from SOIL-Interfaces and convert ...@@ -10,7 +10,7 @@ This project can iterate JSON-Models generated from SOIL-Interfaces and convert
1. Clone Project in a Directory of your choice 1. Clone Project in a Directory of your choice
2. Copy the jsonfile you want to generate in that folder 2. Copy the jsonfile you want to generate in that folder
3. If you want to run the code manually run: 3. If you want to run the code manually run:
$pip install -r requirements.txt ```$pip install -r requirements.txt```
## Usage with Dockerfile ## Usage with Dockerfile
3. Change file name of the json file in line 16 to the name of the file which you wish to generate 3. Change file name of the json file in line 16 to the name of the file which you wish to generate
...@@ -18,7 +18,7 @@ This project can iterate JSON-Models generated from SOIL-Interfaces and convert ...@@ -18,7 +18,7 @@ This project can iterate JSON-Models generated from SOIL-Interfaces and convert
## Usage manually ## Usage manually
1. run: 1. run:
$python newmodeljsonparse.py "name of your file" ```$python newmodeljsonparse.py "name of your file"```
## How to modify the server ## How to modify the server
1. Functions: 1. Functions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment