@@ -30,6 +30,8 @@ The ebas-io package can be installed using pip. See the [pip](https://pip.pypa.i
pip install ebas_io-3.4.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 mind that you probably have to have administrator rights ('sudo pip ...' on linux/unix machines). Alternatively you may want to install the packages locally for your user (see the [--user](https://pip.pypa.io/en/stable/user_guide/#user-installs) option in the pip documentation).
## Just want to test it?
...
...
@@ -46,7 +48,7 @@ For testing with the virtual machine
*```cd ebas-io/Examples``` and start testing the examples scripts
## Examples
Example scripts and test data can be found in the downloaded tarball in the directory ```ebas-io/Examples```.
Example scripts and test data can be found in the repository in the directory ```ebas-io/Examples```.
> Most examples support the ```--help``` (or ```-h```) option on the commandline which gives a short explanation of the script and the commandline arguments.