neorvc / installer /install.sh
NeoPy's picture
Upload folder using huggingface_hub
1c7d911 verified
raw
history blame
92 Bytes
#!/bin/bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt