Hawkeye_AI / setup.sh
michaelmc1618's picture
Create setup.sh
3c3584c verified
raw
history blame
122 Bytes
# setup.sh
# Install torch first
pip install torch
# Install the remaining dependencies
pip install -r requirements.txt