Skip to content

Commit

Permalink
Merge pull request #157 from empriselab/ruolin/update-readme
Browse files Browse the repository at this point in the history
Added lfs install instructions.
  • Loading branch information
YoruCathy authored Nov 1, 2024
2 parents b1d4c58 + d75bd75 commit 95e76d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ conda create -n rcareworld python=3.10
# Activate the conda environment
conda activate rcareworld
# Download the large files
cd RCareWorld
git lfs install
git lfs pull
# Install the requirements
cd RCareWorld/pyrcareworld
pip install -r requirements.txt
Expand Down

0 comments on commit 95e76d2

Please sign in to comment.