Skip to content

Commit

Permalink
Merge pull request #145 from hmaarrfk/rpi
Browse files Browse the repository at this point in the history
Single out the raspberry pi in our readme documentation
  • Loading branch information
hmaarrfk authored Jul 5, 2021
2 parents 1fc24ae + db627e6 commit 90a3bce
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,21 @@ Latest installers with Python 3.9 `(*)` in the base environment:
| OS | Architecture | Download |
| --------|-----------------------|-----------|
| Linux | x86_64 (amd64) | [Miniforge3-Linux-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh) |
| Linux | aarch64 (arm64) | [Miniforge3-Linux-aarch64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh) |
| Linux | aarch64 (arm64) `(**)` | [Miniforge3-Linux-aarch64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh) |
| Linux | ppc64le (POWER8/9) | [Miniforge3-Linux-ppc64le](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh) |
| OS X | x86_64 | [Miniforge3-MacOSX-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh) |
| OS X | arm64 (Apple Silicon) `(**)` | [Miniforge3-MacOSX-arm64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh) |
| OS X | arm64 (Apple Silicon) `(***)` | [Miniforge3-MacOSX-arm64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-arm64.sh) |
| Windows | x86_64 | [Miniforge3-Windows-x86_64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Windows-x86_64.exe) |

`(*)` The Python version is specific only to the base environment. Conda can create new environments with different Python versions and implementations.

`(**)` Apple silicon builds are experimental and haven't had testing like the other platforms.
`(**)` While the Raspberry PI includes a 64 bit processor, the
[RasbianOS](https://www.raspberrypi.org/software/operating-systems/) is built
on a 32 bit kernel and is not a supported configuration for these installers.
We recommend using a 64 bit linux distribution such as [Ubuntu for Raspberry
PI](https://ubuntu.com/raspberry-pi).

`(***)` Apple silicon builds are experimental and haven't had testing like the other platforms.

#### Miniforge-pypy3

Expand Down

0 comments on commit 90a3bce

Please sign in to comment.