From 7bdc956a8aceb1ebf3e7a92417aabbe05a6f9f95 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Tue, 10 Mar 2020 09:46:24 +0100 Subject: [PATCH] doc: update installation notes for Windows --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 6e49743..899686d 100644 --- a/README.md +++ b/README.md @@ -126,13 +126,6 @@ $ jupyter --data-dir **Important Note** - gomacro relies on the `plugin` package when importing third party libraries. This package is only supported on Linux and Mac OS X currently. Thus, if you need to utilize third party packages in your Go notebooks and you are running on Windows, you should use the [Docker](#docker) install and run gophernotes/Jupyter in Docker. -Make sure you have the MinGW toolchain: - -- [MinGW-w64](https://sourceforge.net/projects/mingw-w64/), for 32 and 64 bit Windows -- [MinGW Distro](https://nuwen.net/mingw.html), for 64 bit Windows only - -Then: - 1. Copy the kernel config: ```