describe-test / setup.sh
aolko's picture
Create setup.sh
afb333e verified
raw
history blame
No virus
161 Bytes
#!/bin/bash
# Install torch and torchvision first
pip install -r requirements-torch.txt
# Install the rest of the dependencies
pip install -r requirements.txt