Skip to content

Commit

Permalink
Merge branch 'main' into update_plot
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch authored May 16, 2024
2 parents b376d7c + d04f734 commit 784fe82
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@

### Python

To install all the python requirements create a conda environment:
To install all the Python requirements, create a conda or mamba environment:

With mamba (faster <https://github.com/mamba-org/mamba>):

```bash
mamba env create -f environment.yml
mamba activate AST
```

With conda:

Expand All @@ -24,9 +18,16 @@ conda env create -f environment.yml
conda activate AST
```

With mamba (faster https://github.com/mamba-org/mamba):

```bash
mamba env create -f environment.yml
mamba activate AST
```

### Maven

Make sure you use maven version 3.9.*.
You must use Maven version 3.9.*.

### Ubuntu

Expand All @@ -50,7 +51,7 @@ brew install gh

### Java

Make sure you install Java 8, 11 and 17. You need to set the `JAVA8_HOME`, `JAVA11_HOME` and `JAVA17_HOME` environment variables to the respective Java installations.
You must install Java 8, 11 and 17. You must set the `JAVA8_HOME`, `JAVA11_HOME` and `JAVA17_HOME` environment variables to the respective Java installations.

---

Expand Down

0 comments on commit 784fe82

Please sign in to comment.