You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,76 @@ The documentation to install and use the ISA-API (v0.14.3 and above) can be foun
62
62
63
63
For the previous versions (up to v0.11) check the documentation [here](https://isatools.readthedocs.io/en/latest/).
64
64
65
+
65
66
Contributing
66
67
------------
67
68
The ISA-API is still in development. We would be very happy to receive any help and contributions (testing, feature requests, pull requests). Please feel free to contact our development team at [isatools@googlegroups.com](mailto:isatools@googlegroups.com), or ask a question, report a bug or file a feature request in the GitHub issue tracker at [https://github.com/ISA-tools/isa-api/issues](https://github.com/ISA-tools/isa-api/issues).
69
+
70
+
71
+
Setup Development Environment
72
+
-----------------------------
73
+
74
+
```bash
75
+
# install python package manager uv
76
+
curl -LsSf https://astral.sh/uv/install.sh | sh
77
+
78
+
# add $HOME/.local/bin to your PATH, either restart your shell or run
0 commit comments