Skip to content

Commit 2ee4323

Browse files
committed
Adding basges and link to Tutorials
1 parent e7e7304 commit 2ee4323

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# iBridges
2+
[![Python package](https://github.com/UtrechtUniversity/iBridges/actions/workflows/main.yml/badge.svg)](https://github.com/UtrechtUniversity/iBridges/actions/workflows/main.yml)
23

34
## About
45

@@ -22,6 +23,10 @@ J.P. Mc Farland
2223

2324
University of Groningen, Center for Information Technology, 2022
2425

26+
Raoul Schram, Maarten Schermer
27+
28+
Utrecht University, 2023
29+
2530
## Dependencies
2631

2732
### Supported iRODS versions
@@ -32,24 +37,23 @@ University of Groningen, Center for Information Technology, 2022
3237
### Python
3338

3439
- Python 3 (>= 3.9)
35-
- Tested with python versions 3.9 and 3.10 on Windows, Ubuntu20.22 and MacOs
40+
- Tested with python versions 3.11 on Windows, Ubuntu20.22 and MacOs
3641
- pip-22.2.2
3742
- Python packages (see install via `requirements.txt` below)
3843

3944
Install dependencies with, for example:
4045

4146
```sh
42-
python3.10 -m pip install -r requirements.txt
47+
python3.11 -m pip install -r requirements.txt
4348
```
4449
### icommands (optional)
4550
If the icommands are installed, the users can choose them as backend for up and downloads.
4651

4752
## Usage
48-
```
49-
export PYTHON_IRODSCLIENT_DEFAULT_XML=QUASI_XML
50-
```
5153

52-
TODO: link to jupyter notebooks
54+
[irodsConnector](Tutorial_irodsConnector.ipynb)
55+
56+
[iRODS paths](Tutorial_iRODS_paths.ipynb)
5357

5458
## License
5559
This project is licensed under the GPL-v3 license.

0 commit comments

Comments
 (0)