@@ -10,7 +10,7 @@ Data read into the memory model can be used conveniently for assessments or mode
...
@@ -10,7 +10,7 @@ Data read into the memory model can be used conveniently for assessments or mode
## Contact and Support
## Contact and Support
If you have any questions please contact ebas@nilu.no.
If you have any questions please contact ebas@nilu.no.
## Version 3.5.2
## Version 3.6.0
* new metadata elements
* new metadata elements
* update masterdata codelists
* update masterdata codelists
...
@@ -38,7 +38,7 @@ In either way, you should finally end up with a directory called ```ebas-io```.
...
@@ -38,7 +38,7 @@ In either way, you should finally end up with a directory called ```ebas-io```.
The ebas-io package can be installed using pip. See the [pip](https://pip.pypa.io/en/stable/) documentation if pip does not work for you. The whl files can be found in the directory ```ebas-io/dist```
The ebas-io package can be installed using pip. See the [pip](https://pip.pypa.io/en/stable/) documentation if pip does not work for you. The whl files can be found in the directory ```ebas-io/dist```
```bash
```bash
pip install ebas_io-3.5.1-py3-none-any.whl
pip install ebas_io-3.6.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.). Please pay attention to the python version of the wheel (`...-py2-...` for python2, `...-py3-...` for python3).
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).