From 1e9e1bb6f1f0f82e68880809e16940eece4cab22 Mon Sep 17 00:00:00 2001 From: Naveen Alok <82222256+automationpi@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:23:36 +0000 Subject: [PATCH] Updated instructions for python3 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6027980..5f37cd4 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ This is used in the demonstration of development of Ansible Playbooks. Python and its dependencies - apt-get install -y python python-setuptools python-dev build-essential python-pip python-mysqldb - + sudo apt-get install -y python3 python3-dev python3-setuptools build-essential python3-pip default-libmysqlclient-dev ## 2. Install and Configure Web Server