소스 검색

Update installation dependencies in README

Added libreadline-dev and libdb-dev to dependencies.
ctch3ng 1 개월 전
부모
커밋
f09d145995
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ Ubuntu 24.04 does not include Python 2.7 by default, as it has reached its end o
     ```
 2. **Install required dependencies:**
     ```bash
-    sudo apt install -y build-essential checkinstall libncurses-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev
+    sudo apt install -y build-essential checkinstall libncurses-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev libreadline-dev libdb-dev
     ```
 3. **Download Python 2.7.18 source code:**
     ```bash