aaa_web_app / install.sh
AdritRao's picture
Update install.sh
5ab7bbf verified
raw
history blame contribute delete
No virus
143 Bytes
#!/bin/bash
git clone https://github.com/AdritRao/Comp2Comp.git /home/user/app/C2C
cd /home/user/app/C2C
pip install -e .
pip3 install numpy