From ec821f4363bae6159cde983153b82c0f023fbf6b Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Thu, 18 Apr 2024 11:37:34 +0200 Subject: [PATCH] docs(compiler): Windows pip version will not exist use Windows WSL instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51f60e347..e28e5a23e9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Depending on your OS, Concrete may be installed with Docker or with pip: | OS / HW | Available on Docker | Available on PyPI | | :-----------------------------------------: | :-----------------: | :--------------: | | Linux | Yes | Yes | -| Windows | Yes | Coming soon | +| Windows | Yes | No | | Windows Subsystem for Linux | Yes | Yes | | macOS 11+ (Intel) | Yes | Yes | | macOS 11+ (Apple Silicon: M1, M2, etc.) | Coming soon | Yes |