install
Step1: Set up conda environment for
CONTINUEDconda create -n Continued_env python=3.9 conda activate Continued_env
Step2: Install
CONTINUEDfrom shellpip install git+https://github.com/Tang-Lab-super/CONTINUED.git
Step3: Install the requirement packages of
CONTINUEDfrom shellgit clone https://github.com/Tang-Lab-super/CONTINUED.git pip install -r ./CONTINUED/requirements.txt