Skip to content

Commit

Permalink
doc: update installation notes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Mar 10, 2020
1 parent d5b4ed9 commit 7bdc956
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 7bdc956

Please sign in to comment.