ReadReview / env.sh
root
first commit
7a919c0
raw
history blame
196 Bytes
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