mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Docs: update repository URL in README (#226)
fix: update repository URL in README
This commit is contained in:
committed by
GitHub
parent
3b262b742b
commit
9f609e8758
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user