Skip to content
README.md 869 B
Newer Older
``icartt`` is an ICARTT format reader and writer
Please have a look at docs/source/usage.rst for usage examples. Full documentation is in preparation.
Christoph Knote's avatar
Christoph Knote committed
We are looking forward to receiving your [new issue report](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/issues/new).
Robin Kara's avatar
Robin Kara committed
If you'd like to contribute source code directly, please [create a fork](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage),
make your changes and then [submit a merge request](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/merge_requests/new) to the original project.
Clone this repository / or your fork and install as "editable":

```
git clone https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage.git or <URL of your fork>
cd icartt_pypackage
pip install -e .
```