Spaces:
Sleeping
Sleeping
Update install.sh
Browse files- install.sh +1 -1
install.sh
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
# conda init bash
|
10 |
|
11 |
# Step 3: Change to the desired directory and make install.sh executable, then run it
|
12 |
-
git clone https://github.com/
|
13 |
cd /home/user/app/C2C
|
14 |
pip install -e .
|
15 |
pip3 install numpy
|
|
|
9 |
# conda init bash
|
10 |
|
11 |
# Step 3: Change to the desired directory and make install.sh executable, then run it
|
12 |
+
git clone https://github.com/AdritRao/Comp2Comp.git /home/user/app/C2C
|
13 |
cd /home/user/app/C2C
|
14 |
pip install -e .
|
15 |
pip3 install numpy
|