소스 검색

Update README.md

ctch3ng 1 개월 전
부모
커밋
e63bcf8cb0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -4,9 +4,9 @@ Ubuntu 24.04 does not include Python 2.7 by default, as it has reached its end o
 
 ## Installing Python 2.7
 
-1. **Update the system packages:**
+1. **Update and upgrade all system packages (YES to all):**
     ```bash
-    sudo apt update && sudo apt upgrade
+    sudo apt update && sudo apt upgrade -y
     ```
 2. **Install required dependencies:**
     ```bash