aaa_web_app / install.sh
AdritRao's picture
Update install.sh
79d09e5 verified
raw
history blame
147 Bytes
#!/bin/bash
git clone https://github.com/StanfordMIMI/Comp2Comp.git /home/user/app/C2C
cd /home/user/app/C2C
pip install -e .
pip3 install numpy