Maintenance is scheduled between 16:00 and 00:00 CET (14:00 and 22:00 UTC) on Thursday 2025-04-10. The system may be unavailable at any time during this timeframe. Please plan accordingly.
@@ -10,6 +10,7 @@ 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:
pip uninstall AtmosPhys
pip uninstall fileformats
pip uninstall nilutility
...
...
@@ -17,5 +18,7 @@ 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.
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).