Skip to content

Commit

Permalink
Add incompatibility with ARM macOS to README
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Aug 2, 2023
1 parent 740316b commit 62dd8e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 62dd8e0

Please sign in to comment.