Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david-bouyssie committed Oct 21, 2023
1 parent 3687709 commit faa5df9
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions mzio-py/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# mzio-py
# Python bindings of rusteomics-proteomis-io

Python bindings for reading and writing utilities for mass spectrometry in Rust.
## Install
Needs to be published
`pip install rusteomics_proteomics_io_py`

## Install dependencies for development
1. Install (Ana|mini){0,1}conda
2. `conda env create -f environment.yaml`
3. `conda activate rusteomics_proteomics_io`

## Build
`maturin develop` (or `build`)

## Testing
`python -m unittest`

0 comments on commit faa5df9

Please sign in to comment.