@@ -30,7 +30,7 @@ The ebas-io package can be installed using pip. See the [pip](https://pip.pypa.i
pip install ebas_io-3.4.0-py3-none-any.whl
```
You might need to use a certain installation of pip, according to the python version you plan to use (e.g. `pip2`, `pip3` etc.)
You might need to use a certain installation of pip, according to the python version you plan to use (e.g. `pip2`, `pip3` etc.). Please pay attention to the python version of the wheel (`...-py2-...` for python2, `...-py3-...` for python3)
Please mind that you probably have to have administrator rights ('sudo pip ...' on linux/unix machines). Alternatively you may want to install the packages locally for your user (see the [--user](https://pip.pypa.io/en/stable/user_guide/#user-installs) option in the pip documentation).