Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
41vi4p authored Mar 13, 2024
1 parent 18b7960 commit 8fca5ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sudo apt install git
git clone https://github.com/41d721/FaceFinder.git
cd FaceFinder
sudo apt install python3-pip
sudo apt install python3
sudo apt install cmake
pip install cmake
pip install -r requirements.txt
pip install -r requirements.txt

0 comments on commit 8fca5ac

Please sign in to comment.