Commit 50f039a7 authored by Matej Lexa's avatar Matej Lexa
Browse files

Update README.md - added PYTONPATH note

parent 1500bf24
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -72,14 +72,14 @@ Note1: the version numbers are minimal recommended versions, on many systems you


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, e.g.:


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

```
```
export PYTHONPATH="~/.local/bin"
echo $PYTHONPATH
```
```


To check its value, use:

```
```
echo $PYTHONPATH
export PYTHONPATH="~/.local/bin"
```
```


### TE-greedy-nester
### TE-greedy-nester