jedyang97 commited on
Commit
2454e23
1 Parent(s): f2c4ee8

add local readme

Browse files
Files changed (1) hide show
  1. README_local.md +12 -0
README_local.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Local Installation
2
+ ```
3
+ conda create -n 3d_grand_hf python=3.10 -y
4
+ conda activate 3d_grand_hf
5
+ pip install -r requirements.txt
6
+ pip install spaces
7
+ ```
8
+
9
+ # To run:
10
+ ```
11
+ python app.py
12
+ ```