baconnier commited on
Commit
f22ce60
·
verified ·
1 Parent(s): 83175b0

Create post-install.sh

Browse files
Files changed (1) hide show
  1. post-install.sh +5 -0
post-install.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ git clone https://github.com/LiuZH-19/SongGen.git
3
+ cp setup.py SongGen/
4
+ cd SongGen
5
+ pip install -e .