From 2bbbd846c860eabfc6994056df652d2d3e903e70 Mon Sep 17 00:00:00 2001 From: Mikahael <54455412+Mikahael@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:10:50 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d186733..c0f5a2d 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,11 @@ git clone Required packages downloaded, for manual installation see below Now you can edit rest files -## Update and install software-properties-common - Manual nstallation: - -sudo apt update; sudo apt install software-properties-common -y - -## Add python Deadsnakes PPA - Manual Installation: -sudo add-apt-repository ppa:deadsnakes/ppa - -## Install Python 3.10 - Manual Installation: -sudo apt install python3-pip python3.10-dev python3.10-venv +## Manual Installation: +- Open terminal, run the followng commands : + - sudo apt update; sudo apt install software-properties-common -y + - sudo add-apt-repository ppa:deadsnakes/ppa + - sudo apt install python3-pip python3.10-dev python3.10-venv ## Create a tmux session. tmux new -s 43210