Skip to content

Commit

Permalink
Add the descriptions about required Python version supporting from 3.…
Browse files Browse the repository at this point in the history
…8 to 3.10 due to a Bioconda issue to the README.md.
  • Loading branch information
akikuno committed Apr 24, 2024
1 parent f179c26 commit 0b2f9bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The name DAJIN is derived from the phrase 一網**打尽** (Ichimou **DAJIN** or

### Prerequisites

- Python 3.8 or later
- Python 3.8 to 3.10
- Unix-like environment (Linux, macOS, WSL2, etc.)

### From [Bioconda](https://anaconda.org/bioconda/DAJIN2) (Recommended)
Expand All @@ -38,6 +38,10 @@ conda create -n env-dajin2 -c conda-forge -c bioconda python=3.10 DAJIN2 -y
conda activate env-dajin2
```

> [!IMPORTANT]
> DAJIN2 supports Python versions 3.8 to 3.10, but not Python 3.11 yet due to a [Bioconda issue](/~https://github.com/bioconda/bioconda-recipes/issues/37805).

> [!NOTE]
> To Apple Silicon (ARM64) users:
> [Since the Bioconda channel does not yet support Apple Silicon](/~https://github.com/bioconda/bioconda-recipes/issues/37068#issuecomment-1257790919), please use the following command to install `DAJIN2` through Rosetta.
Expand Down

0 comments on commit 0b2f9bf

Please sign in to comment.