From 7b929dfa09b39af54670e9608cfd355414387d77 Mon Sep 17 00:00:00 2001 From: semio Date: Wed, 30 Nov 2016 11:41:37 +0800 Subject: [PATCH] update readme for windows user this commit fixes #38 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 902c121..342e85b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ So python 3 is required in order to run this module. ```$ pip3 install git+https://github.com/semio/ddf_utils.git``` +### For Windows users + +If you encounter `failed to create process.` when you run the `ddf` command, please +try updating setuptools to latest version: + +`> pip3 install -U setuptools` + +and then reinstall ddf_utils should fix the problem. + ## Commandline helper we provide a commandline utility `ddf` for etl tasks. For now supported commands are: