@@ -12,15 +12,17 @@ Starting with version 3.0.13, all nilu internal dependencies (nilutility, AtmosP
But: users having installed an earlier version should clean their python installation form this old extra packages before installing the new ebas-io package. This can be done as follows:
```bash
pip uninstall AtmosPhys
pip uninstall fileformats
pip uninstall nilutility
pip uninstall ebas-io
pip uninstall AtmosPhys
pip uninstall fileformats
pip uninstall nilutility
pip uninstall ebas-io
```
---
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.
easy_install ebas_io-3.0.13-py2.7.egg
```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).