Skip to content

Commit dcbba53

Browse files
committed
Remove s from dependencies file
1 parent 58e1a71 commit dcbba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pip install --upgrade pip
3939

4040
# Install required packages from a requirements.txt file (optional)
4141
echo "Installing packages from requirement.txt..."
42-
pip install -r requirements.txt
42+
pip install -r requirement.txt
4343

4444

4545

0 commit comments

Comments
 (0)