Commit 879aa94c authored by Matej Lexa's avatar Matej Lexa
Browse files

Update README.md

parent 50f039a7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -70,17 +70,18 @@ PyYAML==3.12 six==1.11. --no-cache-dir --user
```
Note1: the version numbers are minimal recommended versions, on many systems you can leave those out.

Note2: With user-space installation of Python software you may need to set PYTONPATH accordingly, e.g.:
Note2: With user-space installation of Python software you may need to set PYTONPATH accordingly.

First check its value, not to overwrite something needed by your system:

```
echo $PYTHONPATH
```

Setting can be done with
```
export PYTHONPATH="~/.local/bin"
```
Separate multiple directory entries with a colon.

### TE-greedy-nester