install

  • Step1: Set up conda environment for CONTINUED

    conda create -n Continued_env python=3.9
    conda activate Continued_env
    
  • Step2: Install CONTINUED from shell

    pip install git+https://github.com/Tang-Lab-super/CONTINUED.git
    
  • Step3: Install the requirement packages of CONTINUED from shell

    git clone https://github.com/Tang-Lab-super/CONTINUED.git
    pip install -r ./CONTINUED/requirements.txt