@@ -11,10 +11,12 @@ Starting with version 1.00.13, the python egg is available in this git repositor
Starting with version 3.0.13, all nilu internal dependencies (nilutility, AtmosPhys, fileformats) are now included in the ebas-io egg. This means, the installation is now much simpler.
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
```
---
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.