@@ -21,6 +21,8 @@ But: users having installed an earlier version should clean their python install
---
The ebas-io package can be installed the standard way with easy_install. See the [setuptools](https://pypi.python.org/pypi/setuptools) documentation if easy_install does not work for you.
```bash
easy_install ebas_io-3.0.13-py2.7.egg
```
Please mind that you probably have to have administrator rights ('sudo easy_install ...' on linux/unix machines). Alternatively you may want to install the packages locally for your user (see --prefix in the [easy_install](http://setuptools.readthedocs.io/en/latest/easy_install.html) documentation).