Skip to content

Commit

Permalink
update readme for windows user
Browse files Browse the repository at this point in the history
this commit fixes #38
  • Loading branch information
semio committed Nov 30, 2016
1 parent ce8267e commit 7b929df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b929df

Please sign in to comment.