Skip to content

Commit fa084d2

Browse files
readme update
1 parent 578d4d0 commit fa084d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Novae benchmark
22

3-
This repository is used to benchmark `novae` for the manuscript (this does not contain the code of novae, only the benchmark)
3+
⚠️ **WARNING:** This repository is used to benchmark `novae` for the manuscript. It does **not** contain the code of novae, only the benchmark.
44

5-
See the [official `novae` repository](https://github.com/MICS-Lab/novae).
5+
‼️ See the [official `novae` repository](https://github.com/MICS-Lab/novae).
66

77
## Setup
88

99
### Poetry setup
1010

11+
Poetry can be used for development. Yet, it will not include R. To train models, use the conda setup below.
12+
1113
```sh
1214
poetry install --all-extras
1315
```
@@ -18,6 +20,5 @@ For some algorithms (e.g., STAGATE/SEDR), R might be needed for clustering.
1820

1921
```sh
2022
pip install -e .
21-
conda install conda-forge::r-base
2223
conda install conda-forge::r-mclust
2324
```

0 commit comments

Comments
 (0)