Skip to content

Commit

Permalink
docs: update Apple Silicon install information
Browse files Browse the repository at this point in the history
  • Loading branch information
aquint-zama authored and RomanBredehoft committed Nov 29, 2023
1 parent 111c7e3 commit 4c0c02f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started/pip_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Most of these limits are shared with the rest of the Concrete stack (namely Conc

### Requirements

Installing Concrete ML using PyPi requires a Linux-based OS or macOS running on an x86 CPU. For Apple Silicon, Docker is the only currently supported option (see [below](pip_installing.md#using-docker)).
Installing Concrete ML using PyPi requires a Linux-based OS or macOS (both x86 and Apple Silicon CPUs are supported).

Installing on Windows can be done using Docker or WSL. On WSL, Concrete ML will work as long as the package is not installed in the /mnt/c/ directory, which corresponds to the host OS filesystem.

Expand All @@ -39,6 +39,8 @@ pip install concrete-ml

This will automatically install all dependencies, notably Concrete.

If you encounter any issue during installation on Apple Silicon mac, please visit this [troubleshooting guide on community](https://community.zama.ai/t/troubleshooting-concrete-installation-on-apple-silicon/577).

## Using Docker

Concrete ML can be installed using Docker by either pulling the latest image or a specific version:
Expand Down

0 comments on commit 4c0c02f

Please sign in to comment.