Installation
Via pip
The easiest way to install peaktools is via pip:
pip install peaktools-wrc
Via conda
Coming soon on conda-forge:
conda install -c conda-forge peaktools-wrc
From source
Clone the repository and install:
git clone https://github.com/wurucheng123/peaktools.git
cd peaktools
pip install -e .