Skip to content

Commit

Permalink
fix make file
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Sep 9, 2024
1 parent 81488ba commit 3d97c54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ help:
run-install:
apt-get -y install build-essential python3-dev ffmpeg
pip install --upgrade setuptools wheel
pip install pip==24.0
pip install faiss-gpu fairseq gradio ffmpeg praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.1
pip install pip==24.1
pip install -r requirements.txt
pip install --upgrade lxml
apt-get update

# Run Applio
Expand Down

1 comment on commit 3d97c54

@arisdev-git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why apt get? now use apt install and apt update

Please sign in to comment.