From db0d1c501352844a0eee777a16eafc39fdbe4212 Mon Sep 17 00:00:00 2001 From: laharah Date: Thu, 2 Jun 2016 15:19:56 -0700 Subject: [PATCH] updated readme to include windows installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1018d5..0424eab 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ and do not need to be memorized. On Debian/Ubuntu systems, you may first need `apt-get python-dev libffi-dev`. On Fedora it's `libffi-devel` and `python-devel`. On OS-X, you may need to install `pip` and run `xcode-select --install` to get -GCC. +GCC. On Windows you will need to use `pip install magic-wormhole[windows]` +to install the extra required libraries. (Note: only python2 is supported +on windows at this time). Developers can clone the source tree and run `tox` to run the unit tests on all supported (and installed) versions of python: 2.7, 3.3, 3.4, and 3.5.