rfdiffusion / se3transformer
GlandVergil's picture
Create se3transformer
b6f2f74 verified
raw
history blame
255 Bytes
conda activate SE3nv
cd env/SE3Transformer
pip install --no-cache-dir -r requirements.txt
python setup.py install
cd ../.. # change into the root directory of the repository
pip install -e . # install the rfdiffusion module from the root of the repository