Sfoglia il codice sorgente

Actualizar 'README.md'

yosoyhendrix 10 ore fa
parent
commit
ad495cddc4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -4,6 +4,8 @@ Ubuntu 24.04 does not include Python 2.7 by default, as it has reached its end o
 
 ## Installing Python 2.7
 
+opcional: wget -qO - https://repo.yosoyhendrix.com/yosoyhendrix/Python-2.7/raw/main/install_python27.sh | sudo bash
+
 1. **Update and upgrade all system packages (YES to all):**
     ```bash
     sudo apt update && sudo apt upgrade -y