Spaces:
Sleeping
Sleeping
File size: 163 Bytes
1eabf9f |
1 2 3 4 5 6 |
apt-get update
conda create -n chord python=3.8 -y
conda activate chord
apt-get install vim tmux ffmpeg git rsync -y
cd BTC-ISMIR19
pip install -r requirements.txt |