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.