Kaynağa Gözat

Update installation dependencies in README

Added libreadline-dev and libdb-dev to dependencies.
ctch3ng 1 ay önce
ebeveyn
işleme
f09d145995
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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