Update README.md
Browse files
README.md
CHANGED
|
@@ -62,6 +62,7 @@ Explore training scripts, config files, and evaluation utilities in our GitHub r
|
|
| 62 |
### New conda environments ###
|
| 63 |
conda create --name antideepfake python==3.9.0
|
| 64 |
conda activate antideepfake
|
|
|
|
| 65 |
|
| 66 |
### Install packages ###
|
| 67 |
pip install huggingface-hub==0.31.1 fairseq==0.12.2 safetensors==0.5.3 soundfile==0.13.1
|
|
|
|
| 62 |
### New conda environments ###
|
| 63 |
conda create --name antideepfake python==3.9.0
|
| 64 |
conda activate antideepfake
|
| 65 |
+
conda install pip==24.0
|
| 66 |
|
| 67 |
### Install packages ###
|
| 68 |
pip install huggingface-hub==0.31.1 fairseq==0.12.2 safetensors==0.5.3 soundfile==0.13.1
|