Merge pull request #124 from hypervortex/patch-1

Updated py cmds
This commit is contained in:
Ayush Saini 2025-09-07 15:03:28 +05:30 committed by GitHub
commit cc65813e35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,9 +26,9 @@ Add python Deadsnakes PPA
``` ```
sudo add-apt-repository ppa:deadsnakes/ppa sudo add-apt-repository ppa:deadsnakes/ppa
``` ```
Install Python 3.12 Install Python 3.13
``` ```
sudo apt install python3-pip python3.12-dev python3.12-venv sudo apt install python3.13 python3.13-dev python3.13-venv python3-pip -y
``` ```
Update installed and existing packages Update installed and existing packages
``` ```