Off-line Installation
Less than 1 minute
Install with Conda
- Please install Anaconda firstly.
- We recommend cloning the PhenoNet repository into a clear folder.
cd {your folder}
git clone https://github.com/Jinlab-AiPhenomics/PhenoNet.git
cd PhenoNet
- Create a clear environment for PhenoNet and activate the environment.
conda create -n phenonet python=3.8
conda activate phenonet
- Install Python requirements.
pip install -r requirements.txt