GlandVergil commited on
Commit
b6f2f74
1 Parent(s): 8c4843a

Create se3transformer

Browse files
Files changed (1) hide show
  1. se3transformer +6 -0
se3transformer ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ conda activate SE3nv
2
+ cd env/SE3Transformer
3
+ pip install --no-cache-dir -r requirements.txt
4
+ python setup.py install
5
+ cd ../.. # change into the root directory of the repository
6
+ pip install -e . # install the rfdiffusion module from the root of the repository