Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 602 Bytes

installation.rst

File metadata and controls

26 lines (18 loc) · 602 Bytes

Installation

m6Anet requires Python version 3.7 or higher to run. Installation typically takes less than 5 minutes but might vary depending on your connection speed

pip install m6anet

Conda installation

conda install -c bioconda m6anet

Installation from our GitHub repository

git clone https://github.com/GoekeLab/m6anet.git
cd m6anet
pip install .