From fbba9e29b480a5a0d1b4328ca31fe5a945448a7f Mon Sep 17 00:00:00 2001 From: "Leonardo J. Caballero G" Date: Fri, 21 Feb 2025 08:32:41 +0100 Subject: [PATCH] Updated the README.rst file --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ce14f581..0056d617 100644 --- a/README.rst +++ b/README.rst @@ -14,13 +14,13 @@ the following command: :: - $ sudo apt update && sudo apt upgrade + $ sudo apt update && sudo apt upgrade -y Install necessary minimum dependencies, with the following command: :: - $ sudo apt install python3-dev python3-pip python3-virtualenv + $ sudo apt install -y python3-dev python3-pip python3-virtualenv For run this example need to install Django framework executing the follow command: