Spaces:
Sleeping
Sleeping
File size: 246 Bytes
7054fd7 c6ed9a1 69cc4da ddf7ddc c6ed9a1 ddf7ddc c6ed9a1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
chmod +x setup.sh
#!/bin/bash
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
# Upgrade pip
pip install --upgrade pip
# Install Python dependencies
pip install -r requirements.txt |