Create post-install.sh
Browse files- 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 .
|