Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
invious authored Jun 6, 2019
1 parent ee54cf3 commit 18ec186
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,19 @@ If you are having issues, check the debugger.

### Missing Python Packages

Best advice is to run `pip install --user -U pip` and then do `which python` to find your python executable.

You will also need to find the workflow data folder:

![](https://i.imgur.com/ESFMLvO.png)

and in it, create a new file `setup.cfg` with the following contents:

```
[install]
prefix=
```

Run `pip install --user -U pip` and then do `which python` to find your python executable.

```
pip install --user -U pip
/path/to/your/python -m pip install --target /workflow-data-folder requests
Expand Down

0 comments on commit 18ec186

Please sign in to comment.