From e66d1b60c8ebfda0fd10d989ccaadb93585a67a6 Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Wed, 21 Feb 2018 17:05:18 -0500 Subject: [PATCH] Add note that Plasma is not supported on Windows Change-Id: I304caf638612791f6a522c9e3b80d7c3ad7a9218 --- python/doc/source/plasma.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/doc/source/plasma.rst b/python/doc/source/plasma.rst index 74837b96c48..b64b4c26065 100644 --- a/python/doc/source/plasma.rst +++ b/python/doc/source/plasma.rst @@ -24,6 +24,9 @@ The Plasma In-Memory Object Store .. contents:: Contents :depth: 3 +.. note:: + + As present, Plasma is only supported for use on Linux and macOS. The Plasma API --------------