File size: 196 Bytes
7a919c0
 
 
 
 
 
1
2
3
4
5
6
7
conda create --name ReviewAgent python=3.10.13
conda activate ReviewAgent
git clone https://github.com/jabberwockyang/MedicalReviewAgent.git
cd MedicalReviewAgent
pip install -r requirements.txt