Skip to main content

Off-line Installation

PhenoNetLess than 1 minute

Install with Conda

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