VideoModelStudio / setup.sh
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit log 🪵🦫
91fb4ef
raw
history blame contribute delete
111 Bytes
#!/usr/bin/env bash
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt