mirror of
https://github.com/baker-laboratory/RoseTTAFold-All-Atom.git
synced 2025-03-29 00:25:10 +00:00
Update README.md
This commit is contained in:
parent
ea81b735aa
commit
001226a0af
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@ cd RoseTTAFold-All-Atom
|
||||||
```
|
```
|
||||||
mamba env create -f environment.yaml
|
mamba env create -f environment.yaml
|
||||||
conda activate RFAA # NOTE: one still needs to use `conda` to (de)activate environments
|
conda activate RFAA # NOTE: one still needs to use `conda` to (de)activate environments
|
||||||
pip3 install -e .
|
|
||||||
|
cd rf2aa/SE3Transformer/
|
||||||
|
pip3 install --no-cache-dir -r requirements.txt
|
||||||
|
python3 setup.py install
|
||||||
|
cd ../../
|
||||||
```
|
```
|
||||||
4. Download the model weights.
|
4. Download the model weights.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue