Update README.md

This commit is contained in:
Alex Morehead 2024-03-09 20:06:20 -06:00 committed by GitHub
parent ea81b735aa
commit 001226a0af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,11 @@ cd RoseTTAFold-All-Atom
```
mamba env create -f environment.yaml
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.
```