From 386f700699be286344f02af68c614fa92995a1c6 Mon Sep 17 00:00:00 2001 From: Robert Piotrowski <50244265+revoxhere@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:23:44 +0100 Subject: [PATCH] Update getting-started.html (#1689) --- getting-started.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/getting-started.html b/getting-started.html index 655f64ce..5cb0acc2 100644 --- a/getting-started.html +++ b/getting-started.html @@ -1724,9 +1724,7 @@
First up, let's update your packages - copy & paste these commands (and execute them by clicking the enter key), one by one:
- sudo apt update
- and then
- sudo apt upgrade -y
+ sudo apt update && sudo apt upgrade -y
Next, install python and git: @@ -2268,13 +2266,11 @@
1
First up, update your packages - copy & paste these commands (and execute them by clicking the enter key), one by one:
- sudo apt update
- and then
- sudo apt upgrade -y
+ sudo apt update && sudo apt upgrade -y
Next, install python and git:
- sudo apt install python3 python3-dev git
+ sudo apt install python3 python3-dev python3-pip git
This process can take a while, especially when you're on a fresh system.