diff --git a/README.md b/README.md index eeb4369e..a43ad2a4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ ## Install miniwdl -Installation requires Python 3.6+, pip3 (or conda) and Docker (or Podman/Singularity/udocker). Linux preferred; [macOS compatible with extra steps](https://github.com/chanzuckerberg/miniwdl/issues/145). More detail in [full documentation](https://miniwdl.readthedocs.io/en/latest/getting_started.html). +Installation requires Python 3.6+, pip3 (or conda) and Docker (or Podman/Singularity/udocker). + +Linux preferred; [Intel macOS compatible with extra steps](https://github.com/chanzuckerberg/miniwdl/issues/145); Incompatible with ARM macOS. More detail in [full documentation](https://miniwdl.readthedocs.io/en/latest/getting_started.html). - Install with pip [![PyPI version](https://img.shields.io/pypi/v/miniwdl.svg)](https://pypi.org/project/miniwdl/) : run `pip3 install miniwdl` - Install with conda [![Anaconda-Server Badge](https://anaconda.org/conda-forge/miniwdl/badges/version.svg)](https://anaconda.org/conda-forge/miniwdl) : run `conda install -c conda-forge miniwdl`