From 3d6d833a90f202959195f3d51cfcf58ce214e1ba Mon Sep 17 00:00:00 2001 From: Hamza Ahmed <45544623+Hamza-101@users.noreply.github.com> Date: Sat, 28 Oct 2023 08:02:42 +0500 Subject: [PATCH] Update quick_start.rst Removed outdated instructions OS recommendation added --- docs/source/getting_started/quick_start.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/source/getting_started/quick_start.rst b/docs/source/getting_started/quick_start.rst index e9615f117d..ef9a49316c 100644 --- a/docs/source/getting_started/quick_start.rst +++ b/docs/source/getting_started/quick_start.rst @@ -3,21 +3,11 @@ Quick start =========== +**Preffered OS**: Ubuntu 18.04 LTS (Results in least dependency issues) + Prerequisites ------------- -Git -^^^ - -For the following installation instructions you will need git which you can set up with the following commands: - -.. code-block:: bash - - sudo apt-get install git - git config --global user.name "Your Name Here" - git config --global user.email "Same Email as used for github" - git config --global color.ui true - Packages ^^^^^^^^