Installation

How to install omicsio

Installation

This guide covers different ways to install omicsio.

Using Pip

You can also install with standard pip:

pip install omicsio

Development Installation

For development, clone the repository and set up the environment:

git clone https://github.com/sciexp/data.git
cd omicsio

# With Nix (recommended)
nix develop

# Or with UV
uv sync

Verification

Verify your installation by running:

import omicsio
print(omicsio.__version__)