Spaces:
Runtime error
Runtime error
Create se3transformer
#1
by
GlandVergil
- opened
- 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
|