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