Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 435 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 435 Bytes

Overview

Installation

pip install rawxio

You can also install the in-development version with::

pip install rawxio

Documentation

To use the project:

import rawxio

Development

Dependencies for the project are managed with poetry. To install all dependencies run:

poetry install

Remember that when developing a library it is not recommended to commit the poetry.lock file.