Skip to content

Commit

Permalink
Brevity in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 15, 2024
1 parent 8ba56e9 commit d04f734
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@

### 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):
With conda:

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

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

```bash
conda env create -f environment.yml
conda activate AST
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 +50,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 d04f734

Please sign in to comment.