From db2f2d097bd80c57a2207be409d86fc27928942d Mon Sep 17 00:00:00 2001 From: Vortex <75498823+hypervortex@users.noreply.github.com> Date: Wed, 23 Jul 2025 10:32:00 +0530 Subject: [PATCH] Updated py cmds --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55fca3f..55dde9e 100644 --- a/README.md +++ b/README.md @@ -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 ```