diff --git a/models/mpnn/README.md b/models/mpnn/README.md index 91eeb30..027e309 100644 --- a/models/mpnn/README.md +++ b/models/mpnn/README.md @@ -18,8 +18,8 @@ This guide provides instructions on preparing inputs and running inference for P ## Installation ### A. Installation using `uv` ```bash -git clone https://github.com/RosettaCommons/rc-foundry.git \ - && cd rc-foundry \ +git clone https://github.com/RosettaCommons/foundry.git \ + && cd foundry \ && uv python install 3.12 \ && uv venv --python 3.12 \ && source .venv/bin/activate \ diff --git a/models/rf3/README.md b/models/rf3/README.md index 470d5f6..ce5419c 100644 --- a/models/rf3/README.md +++ b/models/rf3/README.md @@ -16,8 +16,8 @@ This guide provides instructions on preparing inputs and running inference for R ## Installation, Setup, and a Basic Prediction ### A. Installation using `uv` ```bash -git clone https://github.com/RosettaCommons/modelforge.git \ - && cd modelforge \ +git clone https://github.com/RosettaCommons/foundry.git \ + && cd foundry \ && uv python install 3.12 \ && uv venv --python 3.12 \ && source .venv/bin/activate \