From 285659743b5a1bfad0f70812d34b105d05b07e61 Mon Sep 17 00:00:00 2001 From: Lee Yang Date: Mon, 7 Jan 2019 13:30:10 -0800 Subject: [PATCH] add note about lack of Windows support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c2f4aa9..131b925d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ TensorFlowOnSpark is provided as a pip package, which can be installed on single pip install tensorflowonspark ``` -For distributed clusters, please see our [wiki site](../../wiki) for detailed documentation for specific environments, such as our getting started guides for [single-node Spark Standalone](https://github.com/yahoo/TensorFlowOnSpark/wiki/GetStarted_Standalone), [YARN clusters](../../wiki/GetStarted_YARN) and [AWS EC2](../../wiki/GetStarted_EC2). +For distributed clusters, please see our [wiki site](../../wiki) for detailed documentation for specific environments, such as our getting started guides for [single-node Spark Standalone](https://github.com/yahoo/TensorFlowOnSpark/wiki/GetStarted_Standalone), [YARN clusters](../../wiki/GetStarted_YARN) and [AWS EC2](../../wiki/GetStarted_EC2). Note: the Windows operating system is not currently supported due to [this issue](https://github.com/yahoo/TensorFlowOnSpark/issues/36). ## Usage