36 | | * install `python2-dev` or `qttools5-dev-tools`/`qt5-linguist` or `qt4-linguist-tools` |
| 36 | * install Python 2: |
| 37 | * if your distribution supports Python 2, install `python2-dev` or `qttools5-dev-tools`/`qt5-linguist` or `qt4-linguist-tools` |
| 38 | * otherwise |
| 39 | 1. download [source:bin/pyenv_install.sh] |
| 40 | 2. edit is, set `PEPPER_ROOT` to your base Pepper directory. In our case `PEPPER_ROOT=/nlp/projekty/pepper`. |
| 41 | 3. install [https://github.com/pyenv/pyenv/wiki#suggested-build-environment Python build dependencies] (for Ubuntu, the build dependencies are installed when running the script) |
| 42 | 4. run `sh pyenv_install.sh` |