Browse Source

reformat README

Paul Pfeiffer 4 years ago
parent
commit
eb7eafe50f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -22,11 +22,11 @@ The repository is structured as follows
 
 Tested in Linux
 
-1. Install python dependencies e.g. via conda
-   ```bash
+1. Install python dependencies e.g. via conda  
+   ```
    conda env create -f environment.yml 
    ```
-2. Run analysis and generate the report
-   ```bash
+2. Run analysis and generate the report  
+   ```
    make all 
    ```