Updated py cmds

This commit is contained in:
Vortex 2025-07-23 10:32:00 +05:30 committed by GitHub
parent 09d98aa3fd
commit db2f2d097b
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
```
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
```