Update README.md
Browse files
README.md
CHANGED
|
@@ -55,11 +55,10 @@ CineDub Samples:
|
|
| 55 |
Fun-CineForge dataset pipeline toolkit only relies on a Python environment to run.
|
| 56 |
```shell
|
| 57 |
# Conda
|
| 58 |
-
git clone git@github.com:FunAudioLLM/
|
| 59 |
conda create -n FunCineForge python=3.10 -y && conda activate FunCineForge
|
| 60 |
sudo apt-get install ffmpeg
|
| 61 |
# Initial settings
|
| 62 |
-
cd FunCineForge
|
| 63 |
python setup.py
|
| 64 |
```
|
| 65 |
|
|
|
|
| 55 |
Fun-CineForge dataset pipeline toolkit only relies on a Python environment to run.
|
| 56 |
```shell
|
| 57 |
# Conda
|
| 58 |
+
git clone git@github.com:FunAudioLLM/FunCineForge.git
|
| 59 |
conda create -n FunCineForge python=3.10 -y && conda activate FunCineForge
|
| 60 |
sudo apt-get install ffmpeg
|
| 61 |
# Initial settings
|
|
|
|
| 62 |
python setup.py
|
| 63 |
```
|
| 64 |
|