noahabebe commited on
Commit
472047f
·
verified ·
1 Parent(s): 5d97f60

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +2 -0
setup.sh CHANGED
@@ -5,6 +5,8 @@ git clone https://github.com/CorentinJ/Real-Time-Voice-Cloning.git
5
  cd Real-Time-Voice-Cloning
6
 
7
  # Install dependencies
 
 
8
  pip install -r requirements.txt
9
  pip install gdown
10
  apt-get install -qq libportaudio2
 
5
  cd Real-Time-Voice-Cloning
6
 
7
  # Install dependencies
8
+ pip install --upgrade pip
9
+ pip install numpy
10
  pip install -r requirements.txt
11
  pip install gdown
12
  apt-get install -qq libportaudio2